How to get stack trace on Windows?

Nick Sabalausky a at a.a
Fri Jul 22 04:02:11 PDT 2011


"Dmitry Olshansky" <dmitry.olsh at gmail.com> wrote in message 
news:j0bgt7$176q$1 at digitalmars.com...
> On 22.07.2011 6:54, Nick Sabalausky wrote:
>> I'm not getting any of the function names on the stack traces.
>>
>> I tried everything I found in here:
>> http://www.digitalmars.com/d/archives/digitalmars/D/Windows_Stack_Traces_Function_Names_136887.html
>>
>> - I installed the "Debugging Tools for Windows" to update my dbghelp.dll
>>
>> - I'm already compiling/linking in one step, and using -g (also 
>> tried -gc)
>>
>> - I tried running the executable through cv2pdb.
>>
>> None of it's working.
>>
>>
>
> Last time I've seen stack trace it was due to this command:
>
> dmd -debug -g ...
>

I was already using -debug and -g. No function names.





More information about the Digitalmars-d-learn mailing list