Unfortunately, *.dbg support is deprecated (note: not even used or loaded!) in newer versions of Microsoft products (windbg, process explorer, visual studio etc).
So even if it creates a valid .dbg file, it will never be used... :-(
My biggest wish is to be able to create a .pdb file! So if anyone can get the specs for it?!
(it is a closed MS format?)
Because, to be even worse, the newest Intel VTune/Threading profiler also does not use .dbg files anymore, so I REALLY WANT A DELPHI TO PDB CONVERTER! (sorry for shouting)
I have tried several things, but no success yet.
That's why I created my own stack viewer and minidump viewer, which uses Delphi debug symbols (.map, .jdbg etc):
http://code.google.com/p/asmprofiler/wiki/ProcessStackViewer
http://andremussche.blogspot.com/2011/03/minidump-reader-for-delphi.html
Note: I haven't tested my stuff on 64bit Delphi apps yet... So it probably won't work, but you can try it anyway...