View Single Post
  #23  
Old 05-09-2012, 08:25 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

You should have a Build directory in the directory where the solution file is. That is where the compiled executables and pdb files are generated. You need to copy all of those files to wherever you run your server from, start it, and perform the debugging steps.

Assuming you built your server before this you should know where you copied the files from and to the last time.
Reply With Quote