[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 changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #8 from

[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|-

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

2014-12-21 Thread via Digitalmars-d-bugs
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

2015-02-18 Thread via Digitalmars-d-bugs
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-02-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12163 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de Platfo

[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

[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 changed: What|Removed |Added Severity|major |critical --- Comment #3 from Manu 2014-02-15

[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 --- Comment #4 from yazan.dab...@gmail.com 2014-02-15 01:59:01 PST --- Ohh, your expected output is incorrect. The test is (i != 3) not (i == 3). And so, the expected output is: 2int[] things = [1,2,3,4]; 4foreach(i; things) 6 i

[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 --- Comment #5 from Manu 2014-02-15 04:15:03 PST --- (In reply to comment #4) > Ohh, your expected output is incorrect. > The test is (i != 3) not (i == 3). Haha, true. Yeah sorry about that. Perfect example of how the existing debugging exp

[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 --- Comment #6 from Manu 2014-02-15 04:19:53 PST --- (In reply to comment #4) > 13 } <-- missing/questionable I should add, I don't think this is questionable at all. All C compiler's I've ever used (many!) do this

[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 changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #7 from ye

[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 changed: What|Removed |Added Keywords||symdeb --

[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 changed: What|Removed |Added CC||bruno.do.medeiros+deebugz@g