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

Support for Microsoft ".dbg" files #9

Open
tim-lebedkov opened this issue May 12, 2017 · 3 comments
Open

Support for Microsoft ".dbg" files #9

tim-lebedkov opened this issue May 12, 2017 · 3 comments

Comments

@tim-lebedkov
Copy link

Please add support for Microsoft debugging information in a ".dbg" file.

@MahdiSafsafi
Copy link
Owner

Hi tim-lebedkov,
Thanks for your suggestion !

*.dbg filesare not widely used by the Delphi community. Thus they have a low priority on my road map. So I can't tell exactly when/whether DebugEngine will support them.

Mahdi.

@tim-lebedkov
Copy link
Author

.dbg files are very useful as they allow the usage of many profilers, debuggers and other tools that support the Microsoft debugging symbols. For example, the Process Explorer shows line numbers if .dbg file is present. See also https://github.com/andremussche/map2dbg

@MahdiSafsafi
Copy link
Owner

"map2dbg" looks amazing. Maybe I can do the reverse thing (converting dbg to map) and then it would be easy to parse it using DebugEngine. Or I may work on a common file format for both (dbg and map).

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

2 participants