ddbg 0.3

Jascha Wetzel "[firstname]" at mainia.de
Wed Feb 28 08:26:19 PST 2007


sure you used 0.0.3? it doesn't break when i try that...

Robin Allen wrote:
> import std.stdio;
> 
> void main(char[][] args)
> {
>     try
>     {
>         throw new Exception("Hello");
>     }
>     catch(Exception e)
>     {
>         writefln(e.msg);
>     }
> }
> 
> ---
> 
> Ddbg breaks with an 'unhandled exception' here, even though the
> exception is handled!
> 
> -Rob


More information about the Digitalmars-d-debugger mailing list