ddbg 0.3
Robin Allen
r.a3 at ntlworld.com
Wed Feb 28 14:37:46 PST 2007
Jascha Wetzel wrote:
> 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
Oops, sorry, ignore me. Turns out I can't count to 0.0.3.
More information about the Digitalmars-d-debugger
mailing list