Help with debugging

Hello guys,

Because of some crashs on my server, i’m trying to launch debugging in order to find the reasons of the crash, I follow this tutorial to setup debugging :

But I have a problem, after all the configurations, when I start debugging it give me this :

[ATTACH]2005._xfImport[/ATTACH]$

I’m a begginer with debugging and I don’t know if its a good result, if there is something wrong.

Thank you a lot for you help

Go to the Debug menu → Properties and then set the Working Directory to the folder which has the .conf files

Thank for your answer !

As it said in the tutorial I did this for linking the conf files for authserver and worldserver projects, because " [COLOR=rgb(39,42,52)]Debug menu -> Properties " doesn't exist.

[ATTACH]2007._xfImport[/ATTACH]

[ATTACH]2008._xfImport[/ATTACH]

But it give me the same error, what have I done wrong?

The only thing I change is the Working Directory (to the directory where everything gets placed, including .confs and .exes). I never needed to modify Command Arguments nor Environment.

Because I don’t have " [COLOR=rgb(39,42,52)]Debug menu → Properties " has you said, where can I configure this working directory ?

[ATTACH]2009._xfImport[/ATTACH]

Let me screenshot your screenshot.

http://i.imgur.com/PMzFC1m.png

^^ Ok And I let “Command Arguments” and “Environment” free ?

And I do this only for authserver and worldserver projets ?

[ATTACH]2010._xfImport[/ATTACH]

Like this ?

Not sure if the other two variables should be empty, use the defaults.

Worldserver only, as far as I know you can only debug one project at a time in VS. You need to run authserver normally, outside of VS.

Ok thank you it work better now, I have skip the previous error, but I need to setup the server completly, with database… ??

Because now it give me the error "DatabasePool Login NOT opened...", I don't really understand how debugging work  :unsure:  I just want to solve a crash on my server.