-
-
Notifications
You must be signed in to change notification settings - Fork 199
graalpy can not set breakpoints #900
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
Comments
Hi @EricCD-S I don't remember seeing this particular issue, but it also was early this year. You don't see this problem in our example or do you? |
#842 |
I tried change file path format. But it doesn't work. |
I tried different path format, but this question still exists. May be i miss some parameters or the order of my requests has something wrong. I am trying debugpy to see if it meets my needs. |
Try printing the paths on both sides. I overlooked the subtle differences when I came across the problem. Are you on Linux, Windows or Mac? |
it turns out the path format makes this problem. i tried different format, finally one works! thanks for pointing that out. |
Hi, I've recently been trying to build a debugging client using graalpy as an adapter, and most of the functionality works fine, but the request "setBreakpoints" doesn't work. At the end of the running will get "[Graal DAP] Error: null". May I ask how you guys solved this problem while writing the code? Thanks
The text was updated successfully, but these errors were encountered: