Hello,
I was faced with a little Problem:
- when I don't use the Compand Line Option -gl in combination with -n I get the Error, that dwarf Module can not be found.
-gl does 2 things
1) adds debug info (in most case dwarf / older compiler versions may do stabs)
2) include the unit infodwarf or lineinfo (the latter if stabs were generated) // name may be slightly different.
So maybe the error is, that it can't find that unit?
E.g. IIRC you get that error if you compile for WinCE/arm => because no such unit exists for that target.
----
That unit installs a handler, so traces are printed with info from the debug info.