NewTools icon indicating copy to clipboard operation
NewTools copied to clipboard

Debugger: Into on #assert:equals: does not select the right debugger line

Open jecisc opened this issue 1 year ago • 9 comments

How to reproduce:

  • Debug a test with an #assert:equals:
  • Step over until you get to the #assert:equals:
  • Step into

Expected behavior: I expect to get into the #assert:equals: and to have this element of the stack selected.

Actual behavior: Currently the step into is executed but the stack element selected stay the test and not the #assert:equals:

jecisc avatar Feb 28 '23 13:02 jecisc