> Hi guys, I am a bit of a newbie to using the built in Debugger (MSVC6) and
I
> have run into some problems. When I compile my code (0 errors, 0 warnings)
> and run it, half-way thru loading the models, it crashes. When I click
> Cancel (to Debug the code) it loads up the Debugger but instead of showing
a
> reference to the faulty code, it shows an Assembly view of HL.EXE.. Is
there
> any way to step back to my code to see what was ran last before HL.EXE
> crashed? Or possibly any reference file that will work for the Debugger?

If you get a machine code listing when it crashes, you can use "View->Debug
Windows->Call Stack" to view the call stack.  You should hopefully see one
or more of your functions (in the reverse order that they were called).  You
can double click on one of your functions to see how it got to the point
where it crashed.

Jeffrey "botman" Broome

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to