You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*.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.
.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
"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).
Please add support for Microsoft debugging information in a ".dbg" file.
The text was updated successfully, but these errors were encountered: