Skip to content

[Dexter] Add DAP stepNext and stepOut support #152717

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

Merged
merged 3 commits into from
Aug 13, 2025
Merged

Conversation

OCHyams
Copy link
Contributor

@OCHyams OCHyams commented Aug 8, 2025

No description provided.

@OCHyams OCHyams force-pushed the users/OCHyams/2d54aad7d403 branch from 73804d1 to 2bb714e Compare August 12, 2025 09:53
@OCHyams OCHyams marked this pull request as ready for review August 12, 2025 09:53
)
response = self._await_response(step_req_id)
if not response["success"]:
raise DebuggerException("failed to step")
raise DebuggerException(f"failed to {step_request_string}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slight nit, this message is good if we have stepIn or stepOut, but it may be slightly confusing if a user just gets the exception "failed to next" - maybe make it a little more explicit, like "failed to perform debugger action: '{step_request_string}'"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, done

Copy link

github-actions bot commented Aug 12, 2025

✅ With the latest revision this PR passed the Python code formatter.

@OCHyams OCHyams merged commit 8c7e1ab into main Aug 13, 2025
9 checks passed
@OCHyams OCHyams deleted the users/OCHyams/2d54aad7d403 branch August 13, 2025 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants