Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbound Breakpoint #18

Open
TLKG opened this issue Jan 28, 2022 · 0 comments
Open

Unbound Breakpoint #18

TLKG opened this issue Jan 28, 2022 · 0 comments

Comments

@TLKG
Copy link

TLKG commented Jan 28, 2022

Using VSC open the v12 folder, set some breakpoint in routes\index.js, create a launch.json file,

  1. In terminal, npm start
  2. F5, all breakpoints become Unbound.

launch.json file:

 "version": "0.2.0",
    "configurations": [
        {
            "type": "pwa-chrome",
            "request": "launch",
            "name": "Launch Chrome against localhost",
            "url": "http://localhost:3000",
            "webRoot": "${workspaceFolder}"
        }
    ]

OS and Version?

Version: 1.63.1 (system setup)
Commit: fe719cd3e5825bf14e14182fddeb88ee8daf044f
Date: 2021-12-14T02:13:54.292Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19044

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant