Skip to content

Commit

Permalink
Merge pull request #7932 from mootari/patch-1
Browse files Browse the repository at this point in the history
Browser Debugging: Replace invalid reference to "host" with "address"
  • Loading branch information
ntrogh authored Jan 13, 2025
2 parents 96a3235 + 2ae19d8 commit 1d0ec3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nodejs/browser-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Next, add a new section to the `vscode/launch.json` file as below:
}
```

Now, you can press `kb(workbench.action.debug.start)` or the **Start** button in the **Run and Debug** view to attach to the running browser. You can even add a `host` property to debug a browser running on a different machine.
Now, you can press `kb(workbench.action.debug.start)` or the **Start** button in the **Run and Debug** view to attach to the running browser. You can even add a `address` property to debug a browser running on a different machine.

### Launch configuration attributes

Expand Down

0 comments on commit 1d0ec3a

Please sign in to comment.