How to enable debug symbols in Photon applications?

Options
dsilvavinicius
edited April 2014 in Photon Server
I want to have debug symbols enabled to have full exception and logging (log4net) info in my application dll. The dll is compiled with mono 3.2.6 in debug mode, generating a .mdb file. This .mdb and the associated .dll file are deployed in the application bin folder, but no stack trace data in exceptions is generated as well as the log4net filename and line number info. The current relevant application directory structure is as follows:

Photon_folder
----Application_folder
bin
XXX.dll
XXX.dll.mdb (also tried XXX.mdb)

Is there another pass that I'm not aware of?

Comments