| Using Flex Builder 2 > Programming Flex Applications > Running and Debugging Applications > Debugging your applications > Managing breakpoints in the Breakpoints view | |||
The Breakpoints view allows you to manage breakpoints during a debugging session by removing them, disabling and enabling them, skipping them, and so on.
The following commands are available from the Breakpoints view toolbar and pop-up menu.
|
Command |
Description |
|---|---|
|
Go to File |
Opens the file (if it isn't already open) that contains the breakpoint in the code editor and highlights the line of code on which the breakpoint was set. You can also simply double-click the breakpoint to display it in the code editor. |
|
Enable |
Enables the selected breakpoints. |
|
Disable |
Disables the selected breakpoints. A disabled breakpoint does not cause the execution of an application to be suspended. |
|
Remove |
Removes the selected breakpoints. |
|
Remove All |
Removes all breakpoints. |
|
Show Breakpoints Supported by Selected Target |
Displays breakpoints that are applicable to the select debug target. |
|
Skip All Breakpoints |
Skips all breakpoints. |
You can remove one, a few, or all of the breakpoints in the Breakpoints view.
You can also remove all the breakpoints in the Breakpoints view in a single action.
To bypass some or all of the breakpoints without removing them, you can disable them instead.
To enable breakpoints that are disabled, select them again, or use the pop-up menu and select the Enable command.
Flex 2.01