Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdb2mdb #3

Open
johnseghers opened this issue Aug 1, 2016 · 3 comments
Open

pdb2mdb #3

johnseghers opened this issue Aug 1, 2016 · 3 comments
Assignees

Comments

@johnseghers
Copy link

I just noticed on your README that you mentioned not being able to produce MDB files on Windows. I do this regularly for use with Unity3d. There is a program supplied with the standard Mono distribution called pdb2mdb. This will convert the PDB file for a given DLL/EXE to an MDB. You invoke it with the name of the DLL.

@kswoll
Copy link
Owner

kswoll commented Aug 1, 2016

@johnseghers, thanks for bringing this up. I had tried that tool in the past but got a BadImageFormatException when using it on an assembly created with VS2015.. However, since you mentioned it, I tried it again having downloaded Mono 4.4.1 fresh and it seems to work great. So I will update the project and readme to that effect. Thanks!

@kswoll kswoll self-assigned this Aug 1, 2016
@simonegli8
Copy link

Hi, maybe I have some time to continue working on MonoTools. I want to include your debugger engine, as the ssh apporach is way better than the server daemon approach of MonoRemoteDebugger, and, the other debugger is also not working. I hope I can pusblish a new version soon.

@kswoll
Copy link
Owner

kswoll commented Jan 11, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants