Skip to content

Watch expression will only show the contents of the latest call stack #149

@zero-plusplus

Description

@zero-plusplus

To check: Debug the following and select a() on the call stack.

a()
a() {
  var := "abc"
  b()
}
b() {
  ; @Debug-Breakpoint
}

The var in the watch expression should display "abc", but in fact it does not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions