IDEA使用技巧 -- debug

打断点 / 取消断点

Ctrl + F8

查看所有断点

Shift + Ctrl + F8

IDEA使用技巧 -- debug_第1张图片

禁止所有断点

IDEA使用技巧 -- debug_第2张图片

条件断点

Ctrl + Shift + F8IDEA使用技巧 -- debug_第3张图片

IDEA使用技巧 -- debug_第4张图片

表达式求值

Alt + F8

IDEA使用技巧 -- debug_第5张图片
IDEA使用技巧 -- debug_第6张图片
IDEA使用技巧 -- debug_第7张图片

运行到指定行

Alt + F9

IDEA使用技巧 -- debug_第8张图片

setValue

F2

IDEA使用技巧 -- debug_第9张图片

你可能感兴趣的:(IDEA,工具,IDEA,DEBUG)