-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
node debug exception breakpoint stripe issues #8225
Comments
@akosyakov @vince-fugnitto I was thinking about calculating the height of the overlay and in accordance calculating the needed How do you suggest to proceed? |
Could you elaborate please why is it an issue? |
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Bug Description:
When stopping with node debugger over an exception breakpoint there is a strip with exception stack trace that cover the program code behind.
I would expect the code to move down (like in vs code) or to make this stripe closable by end user.
Theia:
Vscode:
See how line 4 and 5 are before and after the stripe so nothing gets lost.
Another issue with the stripe is that it stays even when openning another code editor tabs on the same line...
Steps to Reproduce:
Create a.js script:
Create node launcher:
Now progran stops on exception breakpoint with:
Additional Information
The text was updated successfully, but these errors were encountered: