Skip to content

Jump to Frame on stopped Thread breaks session #904

@Abh15h3k

Description

@Abh15h3k

Debug adapter definition and debug configuration

No response

Debug adapter version

No response

Steps to Reproduce

  1. trigger multiple breakpoints. ( i used a spring boot java app and called the same API twice ).
  2. DapContinue to continue running the first breakpoint triggered (first API call).
  3. Use threads widget to jump to stopped threads frame.
  4. try using DapStepOver
  5. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions