-
Notifications
You must be signed in to change notification settings - Fork 50
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 breakpoints server side not working #62
Comments
@guilhermecvm I've not had problems with breakpoints using chrome dev tools: I don't use the debugger in vscode however so perhaps that's the issue (assuming that is a screenshot from vscode?) |
@richardscarrott sorry for the delay, I was on holidays. It also works for me when using "debugger breakpoints", but it doesn't work if I try adding a breakpoint by clicking the line in the source code. As you can see in your screenshot thats not the source file, but the compiled one. |
@guilhermecvm could you please confirm which IDE you're referring to? |
@richardscarrott sure thats vscode |
Has anyone been able to debug using breakpoints (server side) when using this middleware? They stay in the "unverified" state... Tried using the example app
The text was updated successfully, but these errors were encountered: