상세 컨텐츠

본문 제목

[Tip of the Day] IntelliJ : Debugger

개발/개발 기타

by 똘똘이박사 2023. 8. 4. 08:54

본문

Debugger

If you want to log program state during debugging, use non-suspending breakpoints. Select the expression that you want to log, hold   Shift  , and click the gutter at the line where the expression should be logged.
In the example,   sent.size()   will be logged upon reaching line 24.
 

 

반응형

관련글 더보기