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.
반응형
'개발 > 개발 기타' 카테고리의 다른 글
[Tip of the Day] IntelliJ : Extract Variable refactoring (0) | 2023.08.16 |
---|---|
[Tip of the Day] IntelliJ : Local History (0) | 2023.08.07 |
[Tip of the Day] IntelliJ : View recent files (0) | 2023.07.31 |
[Tip of the Day] IntelliJ : Change focus in tool windows (0) | 2023.07.27 |
[Tip of the Day] IntelliJ : Version Control (0) | 2023.07.26 |