Thread overview
[Issue 5944] Five ideas for the stacktrace
Feb 03, 2015
Martin Nowak
Mar 21, 2016
Timothee Cour
Dec 17, 2022
Iain Buclaw
February 03, 2015
https://issues.dlang.org/show_bug.cgi?id=5944

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
> [Idea1] On Python the stacktrace is reversed compared to the D one, maybe this is better.

Definitely better, important information is easier to find in the console.

--
March 21, 2016
https://issues.dlang.org/show_bug.cgi?id=5944

Timothee Cour <timothee.cour2@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothee.cour2@gmail.com

--- Comment #3 from Timothee Cour <timothee.cour2@gmail.com> ---
debug info is broken with dmd:
eg last frame often skipped; line numbers often off by a few lines [plus or
minus], debug info also gets broken with partial recompilation

with ldc these problems go away

--
October 14, 2016
https://issues.dlang.org/show_bug.cgi?id=5944

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=5944

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--