-
Notifications
You must be signed in to change notification settings - Fork 39.7k
Breakpoints appear as verified if verified by at least one session #55106
Copy link
Copy link
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesrelease-notesRelease notes issuesRelease notes issuesverification-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 issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesrelease-notesRelease notes issuesRelease notes issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
I don't know whether this was suggested before. Now we show red breakpoints only when the bp is bound in the selected debug process, and gray otherwise. I think it would be really helpful to be able to tell the difference between a breakpoint that isn't bound anywhere, and one that is bound but in a different process from the selected one. Often I want to check that my breakpoints are bound, and have to check the list of debug processes to make sure.
So we would see something like
cc @weinand