Ddbg 0.0.4 alpha release

Jascha Wetzel "[firstname]" at mainia.de
Sat Mar 10 10:55:02 PST 2007


great, thanks!
ddbg v0.0.4.5 makes use of this.

FYI, it works like this:
right after the process has been created (before it's started), ddbg
looks for an export "_main" and sets a breakpoint on it's start address.
when that one is hit, it looks for "_cr_trapExceptions" and
"_no_catch_exceptions" exports and sets them accordingly, if found.

Sean Kelly wrote:
> Sean Kelly wrote:
>>
>> So the debugger would set cr_trapExceptions=false before C main is
>> even executed?  Okay, I can change that.
> 
> Done.  Changing cr_trapExceptions now only has an effect if done before
> C main is called, just like the flag in Phobos.
> 
> 
> Sean



More information about the Digitalmars-d-announce mailing list