Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stepping over for Enso debugging #8290

Closed
Akirathan opened this issue Nov 13, 2023 · 3 comments
Closed

Fix stepping over for Enso debugging #8290

Akirathan opened this issue Nov 13, 2023 · 3 comments
Assignees
Labels
--bug Type: bug -compiler -tooling Category: tooling p-medium Should be completed in the next few sprints

Comments

@Akirathan
Copy link
Member

Akirathan commented Nov 13, 2023

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 Akirathan self-assigned this Nov 13, 2023
@Akirathan Akirathan linked a pull request Nov 20, 2023 that will close this issue
5 tasks
@Akirathan Akirathan added the -tooling Category: tooling label Nov 22, 2023
@Akirathan Akirathan changed the title Fix DebuggingEnsoTest Fix stepping over for Enso debugging Nov 22, 2023
@Akirathan Akirathan added the p-medium Should be completed in the next few sprints label Nov 22, 2023
@Akirathan
Copy link
Member Author

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

@JaroslavTulach
Copy link
Member

@JaroslavTulach
Copy link
Member

This has been improved recently. Is it still a problem?

@JaroslavTulach JaroslavTulach closed this as not planned Won't fix, can't repro, duplicate, stale Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
--bug Type: bug -compiler -tooling Category: tooling p-medium Should be completed in the next few sprints
Projects
Status: 🟢 Accepted
Development

No branches or pull requests

2 participants