Well my last newbie question seemed to spawn an epic debate… so I figure i’ll try and outdo myself with this one:
I’m trying to debug the startup of a driver, and WinDbg seems to load my symbols and source, but it acts like its reading symbols from some alien dimension. It sees my DbgBreakPoint() instructions, but attempting to step over certain lines sometimes jumps 5 lines, then into blank lines, lines that are comments.
Now my experiernce suggests that whatever symbol file its looking at is old and mismatched with the source code.
Since I’m new, can anyone help point me in the right direction… a switch or something… that I might check to ensure that proper symbols are being rebuilt with every compile? I’m using the 5112 DDK.
Feel free to spawn a debate by suggesting that windows 3.0 worked better in real mode rather than protected mode on your 80286 in between the lines.
Thanks,
Jason