Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 488 Bytes

intelliJ-debug.md

File metadata and controls

17 lines (15 loc) · 488 Bytes

intelliJ debug

  1. Resume(command + option + R, f9)
  • 다음 breakpoint 로 이동
  1. Step Over(f8)
  • 한 줄 씩 이동
  1. Step Into(f7)
  • 실행으로 이동
  1. Step Out(shift + f8)
  • 실행에서 되돌아가기
  1. Evaluate Expression(option + f8, alt + f8)
  • 브레이크된 상태에서 코드 사용하기
  1. Watch
  • 브레이크 이후의 코드 변경 확인하기

  • 좌측 프레임은 콜 스택이 쌓인다.

  • 우측은 현재 쓸 수 있는 모든 Variables