You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 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.
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
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.
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
The text was updated successfully, but these errors were encountered: