About source code line number ?

  • Thread starter Thread starter SJ-Hills
  • Start date Start date
S

SJ-Hills

Guest
Hello experts:

I'm debugging a BSOD crash using WinDbg, the debugger shows some line number of source code. My questions:

is the crash is caused by the exact line of the source code; or the previous line of source code?

For example, if WinDbg shows "test.c @ 120", is the code at line 120 causing the crash (or lead to a crash); or previous line, say line 119 caused the crash".

Thanks in advance!

sj-hills





leo

Continue reading...
 
Back
Top