September 13, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11029

           Summary: templates, nested structs do not debug properly
           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


--- Comment #0 from Rainer Schuetze <r.sagitario@gmx.de> 2013-09-13 13:25:56 PDT ---
original report: http://www.dsource.org/projects/visuald/ticket/237

reported 12/12/12 18:26:33 by Anonymous for version 0.3.34 bug in Debugger

Can't step into methods of nested structs or some templates. The debugger jumps
to the bottom of the source. I guess visual D or the debug information is not
reporting the locations of these properly.
You can debug them, but simply the source code line is always at the bottom of
the source and does not visually jump up to the method you are debugging.

Comment 1: 12/14/12 13:52:18  by sagitario

I guess it is dmd, but my tries do not produce problems. Can you post an example?

Comment 2: 12/14/12 14:10:58  by sagitario

This is probably the same as #173 (Simple member function being skipped over (new)), but the test case there work fine for me, too. Maybe it depends on some project option? anything changed from the default settings created by the project wizard?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------