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

Enhance Java debugger functionality #2611

Closed
8 tasks done
tolusha opened this issue Sep 27, 2016 · 0 comments
Closed
8 tasks done

Enhance Java debugger functionality #2611

tolusha opened this issue Sep 27, 2016 · 0 comments
Assignees
Labels
kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.

Comments

@tolusha
Copy link
Contributor

tolusha commented Sep 27, 2016

To have fully functional java debugger we need to implement the following features:

To set the break condition, enable condition by selecting the appropriate check box, and enter the desired expression in the Condition field.
If the expression evaluates to true, the user-selected actions are performed. If the evaluation result is false, the breakpoint does not produce any effect.
brealpoint-condition

  • Suspend Breakpoints. Suspend breakpoint policy #6846
    Select this check box to enable suspend policy for a breakpoint. This screenshot taken and description taken from Intellij Idea, think we need similar behavior
    suspend
Suspend policy Description
All When a breakpoint is hit, all threads are suspended.
Thread When a breakpoint is hit, the thread where the breakpoint is hit, is suspended.
Make default Click this button if you want the suspend policy specified for the breakpoint in question to be used as the default one for the subsequently created breakpoints.
@tolusha tolusha added the kind/enhancement A feature request - must adhere to the feature request template. label Sep 27, 2016
@tolusha tolusha self-assigned this Sep 27, 2016
@vkuznyetsov vkuznyetsov added the kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. label Jan 4, 2017
@tolusha tolusha changed the title Enhance debugger functionality Enhance Java debugger functionality Jun 22, 2017
@gazarenkov gazarenkov removed the kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. label Jul 4, 2017
@gazarenkov gazarenkov added kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. and removed kind/enhancement A feature request - must adhere to the feature request template. labels Oct 25, 2017
@tolusha tolusha closed this as completed Dec 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.
Projects
None yet
Development

No branches or pull requests

3 participants