From 1616fbe1c1542efb7e310c3f3b387ebaeb2fa2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa-Dom=C3=ADnguez?= Date: Wed, 27 Nov 2024 18:47:31 +0000 Subject: [PATCH] Update README.md: fix broken link --- .../org.eclipse.epsilon.examples.eol.dap/epsilon/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/org.eclipse.epsilon.examples.eol.dap/epsilon/README.md b/examples/org.eclipse.epsilon.examples.eol.dap/epsilon/README.md index e5e334897..085034a9e 100644 --- a/examples/org.eclipse.epsilon.examples.eol.dap/epsilon/README.md +++ b/examples/org.eclipse.epsilon.examples.eol.dap/epsilon/README.md @@ -11,10 +11,7 @@ cd ../../.. mvn -f pom-plain.xml install ``` -Next, run VS Code with a version of the `vscode-epsilon` extension which supports remote debugging. -The current WIP branch for remote debugging is available from: - -https://github.com/agarciadom/vscode-epsilon/tree/remote-debug +Next, run VS Code with the [`vscode-epsilon` extension](https://marketplace.visualstudio.com/items?itemName=SamHarris.eclipse-epsilon-languages) installed, which supports remote debugging since its v2.2.0 release. Try setting a breakpoint, and then debug the program by going to the `Run and Debug` section of VS Code, and launching the "Debug 01-hello" or "Debug 04-inspectObject" configurations.