-
Notifications
You must be signed in to change notification settings - Fork 109
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
Multiple breakpoints on the same line #83
Comments
Hello, |
BTW, you could debug this could in case you minor alter it, for example:
in this case if you set breakpoint for 2 and 3 lines, you will have breakpoints where you want. |
@viewizard I found there is a function |
Sure. During step, IDE will even show you this (at least VSCode), since debugger return not only line but column too. |
Set two breakpoint at same line.
Breakpoint 2 will not be hitted when breakpoint 1 is htted and continue.
Can breakpoints_line support columns?
The text was updated successfully, but these errors were encountered: