[Issue 12163] pdb debugging (win64): stepping loops points to incorrect lines

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12163

--- Comment #10 from github-bugzi...@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/cb4d2ec8bd09376c7f33de9356799ebd9bde7750
fix Issue 12163 - pdb debugging (win64): stepping loops points to incorrect
lines

https://github.com/D-Programming-Language/dmd/commit/ad1b36e1a22cb5fd4191cfe21ec4c62bb1928d99
Merge pull request #4219 from WalterBright/fix12163

--


[Issue 12163] pdb debugging (win64): stepping loops points to incorrect lines

2014-12-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12163

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 12163] pdb debugging (win64): stepping loops points to incorrect lines

2014-12-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12163

--- Comment #9 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/cb4d2ec8bd09376c7f33de9356799ebd9bde7750
fix Issue 12163 - pdb debugging (win64): stepping loops points to incorrect
lines

https://github.com/D-Programming-Language/dmd/commit/ad1b36e1a22cb5fd4191cfe21ec4c62bb1928d99
Merge pull request #4219 from WalterBright/fix12163

fix Issue 12163 - pdb debugging (win64): stepping loops points to incorr...

--


[Issue 12163] pdb debugging (win64): stepping loops points to incorrect lines

2014-12-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12163

Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com

--- Comment #8 from Walter Bright bugzi...@digitalmars.com ---
https://github.com/D-Programming-Language/dmd/pull/4219

--


[Issue 12163] pdb debugging (win64): stepping loops points to incorrect lines

2014-09-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12163

Bruno Medeiros bruno.do.medeiros+deeb...@gmail.com changed:

   What|Removed |Added

 CC||bruno.do.medeiros+deebugz@g
   ||mail.com

--


[Issue 12163] pdb debugging (win64): stepping loops points to incorrect lines

2014-09-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12163

Manu turkey...@gmail.com changed:

   What|Removed |Added

   Keywords||symdeb

--


[Issue 12163] pdb debugging (win64): stepping loops points to incorrect lines

2014-02-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12163


Rainer Schuetze r.sagita...@gmx.de changed:

   What|Removed |Added

 CC||r.sagita...@gmx.de
   Platform|x86_64  |All


--- Comment #1 from Rainer Schuetze r.sagita...@gmx.de 2014-02-15 00:26:47 
PST ---
It's the same for win32, I suspect it is similar with DWARF output. The reason
probably is that there is no line number info for the closing braces.

The patch to create lexical scope might help here:
https://github.com/D-Programming-Language/dmd/pull/2867

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


[Issue 12163] pdb debugging (win64): stepping loops points to incorrect lines

2014-02-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12163


yazan.dab...@gmail.com changed:

   What|Removed |Added

 CC||yazan.dab...@gmail.com
 OS/Version|Windows |All


--- Comment #2 from yazan.dab...@gmail.com 2014-02-15 01:39:57 PST ---
The same behavior can be observed on Linux with DWARF symbols.

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


[Issue 12163] pdb debugging (win64): stepping loops points to incorrect lines

2014-02-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12163


Manu turkey...@gmail.com changed:

   What|Removed |Added

   Severity|major   |critical


--- Comment #3 from Manu turkey...@gmail.com 2014-02-15 01:57:08 PST ---
Right, so it seems it's a line numbering thing rather than a win64/pdb thing.
I think that calls for a bump in priority if debugging experience on all
platforms is crooked.

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


[Issue 12163] pdb debugging (win64): stepping loops points to incorrect lines

2014-02-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12163


yebblies yebbl...@gmail.com changed:

   What|Removed |Added

 CC||yebbl...@gmail.com


--- Comment #7 from yebblies yebbl...@gmail.com 2014-02-16 03:04:14 EST ---
(In reply to comment #6)
 It's obvious that DMD already does have a moment where it intends to step to
 the 'end of the loop cycle', except rather than pointing to the '}', it
 incorrectly points to the last significant line in the code, no matter how
 deeply nested it happens to be.

Yeah, it simply doesn't know where the end of the loop is.

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