Skip to content

Commit

Permalink
Improved text for debugging in the online README
Browse files Browse the repository at this point in the history
  • Loading branch information
vorth committed Jan 13, 2025
1 parent d093225 commit fb3899c
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 fb3899c

Please sign in to comment.