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

Debugger cancel #976

Merged
merged 3 commits into from
Sep 2, 2023
Merged

Debugger cancel #976

merged 3 commits into from
Sep 2, 2023

Conversation

lukaszsamson
Copy link
Collaborator

Implement cancel request and progress events
make completions, evaluate, variables requests async and cancelable
Do not return exceptions and crashes as success results from evaluate
Fixes #826

add progress notification and cancel support
remove debugExpressionTimeoutMs setting
add unexpected error handling
do not return evaluation errors as success responses
make completions async and cancellable
make evaluate async and cancellable
raise on invalid arguments
@lukaszsamson lukaszsamson merged commit 8815767 into master Sep 2, 2023
18 of 19 checks passed
@lukaszsamson lukaszsamson deleted the debugger-cancel branch September 2, 2023 06:13
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.

[Debugger] Implement cancel request for eval
1 participant