D debugger (both Mago and cv2pdb) will not go into catch sections

I am using D in Visual Studio 2013 with Visual-D. I can't get the debugger to go into the catch clause of the try-catch statement and not set a breakpoint in the catch clause. Is this expected behavior and unsupported, or am I doing something crazy?

+3


source to share





All Articles