NewTools
NewTools copied to clipboard
Debugger: Into on #assert:equals: does not select the right debugger line
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: