25 Aug
2008
25 Aug
'08
8:54 a.m.
Florian Winter
When a debug version of a unit test application using Boost.Test crashes on Windows, no popup appears that asks for attaching the debugger. Instead, the process prints a stack dump to standard output and then exits normally. Attaching the debugger before the process crashes does not help.
Should work fine. Do you still experience this problem? Moreover later version of UTF should support --auto_start_dbg=yes and will automatically attach debugger once program craches. Gennadiy