enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.31k stars 318 forks source link

Fix stepping over for Enso debugging #8290

Open Akirathan opened 7 months ago

Akirathan commented 7 months ago

When debugging Enso code via chrome inspector or DAP, the step over functionality is unintuitive. As declared in DebuggingEnsoTest.java:testSteppingOver - The step over always jumps to the method declaration, and does not skip it.

Let's fix this behavior and update the test in DebuggingEnsoTest.

Relevant:

Akirathan commented 6 months ago

Some of the tests were reverted as part of #8467 in 3d097eec065f9266bd2b5f1d5c661ac360a7fdcb