Mono-D v0.5.5.5 - Huge completion refactoring/v0.5.5.6 - Bug fixes

Alexander Bothe info at alexanderbothe.com
Thu Jan 9 15:15:11 PST 2014


On Thursday, 9 January 2014 at 22:50:09 UTC, Daniel Kozak wrote:
> On Thursday, 9 January 2014 at 21:47:40 UTC, Alexander Bothe 
> wrote:
>
>> So btw, could you please define 'does not work'? Is there an 
>> exception, is there just a silent quit, is there a mysterious 
>> return value -1 when executing the program with the debugger?
>
> http://youtu.be/HRJgyFi6Zes

Have you tried other code samples?

Have you tried stepping through code?

Have you tried examing locals via the 'Locals' pad?

Just try to put in a thing like throw new Exception(); to see 
whether it's about breakpoints.

Or try to hack in a breakpoint via asm { int 0xcc; } (dunno the 
x64 equivalent though :-/) or asm { int3; }


More information about the Digitalmars-d-announce mailing list