Just open the solution with Visual Studio like you were going to compile it, and under the Debug menu pick Attach to Process and select zone.exe in the list. There's probably more than one, so you most likely want the one with the lowest ID number.
If it crashes you want to find the call stack window and it should show you the function where the problem happened and you can work backward from there.
|