eclipse / idea debug shortcuts

Alt + shift + F7 Force Step Into , forced into function, print function can also enter to view,
Alt + F8 to select objects, pop can enter the calculation expression debugging box to see the results of typing debug *
Ctrl + F8 to set the current cursor behavior breakpoints, if the current is already a breakpoint is to remove the breakpoint
Shift + F7 intelligent entered. There are multiple method calls on the line breakpoint, which method will pop into the
Shift + F8 Step Out equivalent to eclipse the f7 out of a function, manifested the same effect with F9
Ctrl + Shift + F8 to enter the specified breakpoint conditions
Atl + F9 Run to cursor cursor moves to
Alt + F10 show execution point display execution breakpoint

 

eclipse                idea

Into F7 enter F5 function the Step
F6 F8 Over the next line of the Step
F7 function out of the Shift + F8 Out the Step
F8 next breakpoint, the recovery program resume programe F9

 

Because the idea is to use eclipse shortcut keys, there may be different, to be practical debugging

Guess you like

Origin www.cnblogs.com/chenss15060100790/p/11596463.html