Jump to content

pdb vs mdb files question


Recommended Posts

I've decided to start including the debugging files with my mods, but this leads to a question:

When I develop on Windows with VS, it generates a .pdb file, which I use the pdb2mdb.exe to convert to an mdb

When the mods get rebuilt on Linux in my Jenkins server, there is no pdb file, it's embedded in the dll, but the pdb2mdb tool reads the dll and writes the .mdb file

So I assume that all I need to include is the mdb file with the dll?

It's a fairly simple and elementary question, but I haven't been able to find any real documentation on it.  I can't find any way to generate the pdb file on Linux (I'm using Mono version 5.10)

Thanks in advance

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...