[Learning] six IntelliJ IDEA IntelliJ IDEA debugging

Version: IntelliJIDEA2018.1.4

A set hot deployment
1, automatic compilation

2, the configuration hotswap

3、开启compiler.automake.allow.when.app.running

CTRL + SHIFT +A:

 

4, open container update classes and resources

Second, commissioning

1, commissioning open the Debug window

2, debugging panel presentation

3, shortcuts

Debug mode:

F7: stepping, there are ways to enter the internal method

F8: stepping, there are ways not to enter the method

F9: Skip to the next breakpoint

 

Reference:
Use the Debug in Intellij IDEA
method Intellij IDEA 4 hot deployment configurations 

 

Guess you like

Origin www.cnblogs.com/cac2020/p/11609666.html