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; }