-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
Debug adapter definition and debug configuration
No response
Debug adapter version
No response
Steps to Reproduce
- trigger multiple breakpoints. ( i used a spring boot java app and called the same API twice ).
DapContinueto continue running the first breakpoint triggered (first API call).- Use threads widget to jump to stopped threads frame.
- try using
DapStepOver - try using
DapContinue
Expected Result
for point # 4 in repro. should execute currently line (statement) and break at next line (statement).
for point # 5 in repro. should continue execution for breakpoint.
Actual Result
for point # 4 in repro. does nothing.
for point # 5 in repro. start a new debug session (current session lost on Jump to Frame ?)
Metadata
Metadata
Assignees
Labels
No labels