[Issue 11026] New: cannot step in debugger after exception
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Sep 13 13:16:43 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11026
Summary: cannot step in debugger after exception
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: VisualD
AssignedTo: nobody at puremagic.com
ReportedBy: r.sagitario at gmx.de
--- Comment #0 from Rainer Schuetze <r.sagitario at gmx.de> 2013-09-13 13:16:42 PDT ---
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...
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list