Skip to content

Commit

Permalink
Merge pull request #957 from vorth/readme-fixes
Browse files Browse the repository at this point in the history
Improved text for debugging in the online README
  • Loading branch information
vorth authored Jan 13, 2025
2 parents d093225 + fb3899c commit 3663ab7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions online/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,12 @@ You can see the [test page source here](./serve/app/test/index.html).

### Debugging

With the dev server running, you can use the `TEST` launch profile in VS Code
to debug the client-side code. This will launch a special Chrome instance, connected to the VS Code debugging framework and
With the dev server running, you can go to "Run and Debug" in the activity bar of VS Code,
and you'll see a drop-down menu at the top, showing launch configurations.
Select the `TEST` configuration, and hit the green "play" button to debug the Javascript code for any
online vZome web application or web component.
If you have Chrome installed, VS Code will ask for permission (once)
then will launch a special Chrome instance, connected to the VS Code debugging framework and
showing the test page. Breakpoints you set in VS Code will be triggered by that browser.

## Option 2: Local Docker
Expand Down

0 comments on commit 3663ab7

Please sign in to comment.