Eight, IDEA-- breakpoint debugging

A, IDEA breakpoint debugging

  1. Debug settings
    windows system selection Shared memory

Here Insert Picture Description
Set Debug connections, the default is Socket. Shared memory is a Windows-specific
attribute is generally recommended to use this setting in the Windows system, a relatively small memory footprint.

2) Common breakpoint debugging shortcuts
Here Insert Picture Description
3) conditional breakpoint
Description:
Debugger, and an increase in circulation in the conditional, can greatly improve efficiency.
To do:
Right click in the breakpoint breakpoint conditions. May under certain conditions are met, the implementation of breakpoints.

  1. Check the value of the expression (Ctrl + u):
    Select line, ctrl + u. You can also enter other method when writing code in the box View

Here Insert Picture Description

Guess you like

Origin blog.csdn.net/m0_38143867/article/details/92787996