visuald icon indicating copy to clipboard operation
visuald copied to clipboard

cannot step in debugger after exception

Open dlangBugzillaToGithub opened this issue 10 years ago • 1 comments

r.sagitario (@rainers) reported this on 2013-09-13T13:16:42Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=11026

CC List

  • bugzilla (@WalterBright)

Description

original report: http://www.dsource.org/projects/visuald/ticket/42

reported 04/18/11 06:07:07 by Extrawurst for version 0.3.23 bug in Debugger

If the user code throws an exception VD gives me asks me if i want to break or continue. i want to break. then i want to step further to see where the exception gets handled. now i get asked if i want to pass the exception to the application. if i do that the app gets run again -> no chance to step and see where it is caught (besides putting breakpoints all over the catch blocks.. if on the other hand i do not let the app handle the exception the control flow is different and i cannot follow either...

dlangBugzillaToGithub avatar Sep 13 '13 13:09 dlangBugzillaToGithub