-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Debug: cannot break in main.js
or app.ts
on startup
#159684
Comments
Debugging the main process is fairly lightweight, so let's just always do it. Also, have more appropriate launch config names Fixes #159684
Debugging the main process is fairly lightweight, so let's just always do it. Also, have more appropriate launch config names Fixes #159684
I think |
This is because it's a JS file, so it gets moved into An interim workaround is setting breakpoints in |
* debug: allow setting breakpoints in plain .js files Fixes #159684 * fixup! don't change sourceURLs in build
👏 |
I am using the VSCode launch config and cannot stop in a breakpoint at either of these 2 locations:
vscode/src/vs/code/electron-main/app.ts
Line 138 in 99a7f26
vscode/src/main.js
Line 47 in 99a7f26
I am on macOS SI.
The text was updated successfully, but these errors were encountered: