View Single Post
  #5  
Old 08-14-2011, 05:33 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

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.
Reply With Quote