-
Notifications
You must be signed in to change notification settings - Fork 40.5k
Try to not indent the active debugging line #124169
Copy link
Copy link
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issueson-release-notesIssue/pull request mentioned in release notesIssue/pull request mentioned in release notesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issueson-release-notesIssue/pull request mentioned in release notesIssue/pull request mentioned in release notesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is a screenshot of a debugging session in VS Code insiders:

It would be nice if a source code line does not move if it becomes active - this would make tracking the execution path easier.
Currently, it is indented by the yellow inline decorator.
The yellow arrow could be rendered before the line:

In the special cases where the yellow arrow is in the middle of the line, this does not work. However, this does not happen very often so it is not that annoying.
What do you think @isidorn, @connor4312, @weinand?