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

Should clean up the stale StepRequest #100

Closed
testforstephen opened this issue Oct 18, 2017 · 2 comments
Closed

Should clean up the stale StepRequest #100

testforstephen opened this issue Oct 18, 2017 · 2 comments
Assignees
Labels
Milestone

Comments

@testforstephen
Copy link
Contributor

testforstephen commented Oct 18, 2017

image

For the sample code, when step over the line 5, actually it's broken by breakpoint at line 9. The pending StepRequest will never be clean up by the debuggee JVM. We should handle this kind of case to clean up the stale step requests.

@testforstephen testforstephen added this to the 0.3.0 milestone Oct 18, 2017
@testforstephen testforstephen self-assigned this Oct 18, 2017
@testforstephen
Copy link
Contributor Author

A pending step need be cancelled if a breakpoint suspends execution during the step.

@testforstephen testforstephen modified the milestones: 0.3.0, 0.4.0 Nov 13, 2017
@testforstephen
Copy link
Contributor Author

fixed at PR microsoft/java-debug#106

@testforstephen testforstephen modified the milestones: 0.4.0, 0.5.0 Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant