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

Breakpoints do neither set nor work after new version #375

Open
TomGo71 opened this issue Dec 11, 2024 · 1 comment
Open

Breakpoints do neither set nor work after new version #375

TomGo71 opened this issue Dec 11, 2024 · 1 comment

Comments

@TomGo71
Copy link

TomGo71 commented Dec 11, 2024

Coming with the new version today, the breakpoints do not set anymore or do not work in firefox/visual studio code respectively.
If I want to set any breakpoint, a message is popping up to set the mapping path. If I click yes, a new mapping path is inserte into .vsconfig, but it's the same like it's already configured in .vsconfig. So the same path is set now twice.
The breakpoints do not work anyway.

I use the lates versions of firefox and visual studio code.

@hbenl
Copy link
Collaborator

hbenl commented Dec 12, 2024

This should be fixed in version 2.10.1.
If it doesn't work with that version either, please add the following to your launch configuration, start a debugging session and try to set some breakpoints:

"log": {
    "fileName": "${workspaceFolder}/vscode-firefox-debug.log",
    "fileLevel": {
        "BreakpointsManager":"Debug",
        "PathConversion": "Debug",
    },
},

Afterwards, post the contents of the log file here.

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

2 participants