www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11026] New: cannot step in debugger after exception

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 puremagic.com
        ReportedBy: r.sagitario gmx.de



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: -------
Sep 13 2013