Jump to content
  • 0

Line Numbers while running Linux pdb file?


Lathander

Question

I am not getting line numbers reporting while running the server on a linux machine.

Stack:   at Intersect.Server.Core.ServerConsole.ThreadStart () [0x002da] in <6726b5c1129f4435b7ae0d82b74adc8f>:0 

 

Anyone know how to get lines back in there?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Gotta use the pdb2mdb command to create a mdb file for Mono. 

 

It is ran like pdb2mdb "Intersect Server.exe" I believe. 

 

Then you gotta run mono in debug mode which is just adding the -debug flag and it should work if I recall correctly. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...