[WinDbg Command].lines

디버깅을 하다 보면 source level 에서 하지 않고 asm level 에서 진행을 하고 싶을 때가 있습니다. 이때 심볼과 소스를 맞춰 놓았다면 소스 단위의 디버깅이 기본으로 사용됩니다.
아래의 명령으로 소스라인 디버깅 옵션을 ON, OFF 할 수 있습니다.

GUI 를 사용해서 Debug-Source Mode 를 클릭해서 해제할 수 도 있습니다.

.lines (Toggle Source Line Support)
The .lines command enables or disables support for source-line information.

Syntax
.lines [-e|-d|-t]

Parameters
-e
Enables source line support.
-d
Disables source line support.
-t
Turns source line support on or off. If you do not specify parameters for .lines, the default behavior of the .lines command is this switching of source line support.