> If you are accidentally stepping into code that you don't have the source for > (like standard C functions or engine code) you can use the > "step-out-of-function" button (the arrow pointing out of the 2 braces)
Yes, IF you're in a function. If you're in the engine code, this usually doesn't work (at least not for me), since there is never a return instruction. I was hoping there was a way to continue execution until the engine called back into the dll, then break (without having to set breakpoints in all the functions). Guess it won't do that... <sigh>. Thanks to everyone for their help, though. The info on the call stack window was useful. I hadn't realized it listed functions by name. Jim _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

