Thread overview
[Issue 19958] Option to hide select module namespace prefixes from symbols?
Jun 15, 2019
Rainer Schuetze
Jun 15, 2019
Manu
Dec 17, 2022
Iain Buclaw
June 15, 2019
https://issues.dlang.org/show_bug.cgi?id=19958

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
It doesn't look to bad for me, but that very much depends how much screen area you allow the respective windows to have and what your package hierarchy looks like. I remember having similar issues debugging D_Parser in C#, though.

How about dropping common scope information with the fully qualified function name? E.g. when debugging function dmd.root.filename.addExt symbol dmd.root.rmem.mem would be shortened to rmem.mem, and its type to rmem.Mem.

That doesn't work with the functions shown on the callstack. I just noticed that dmd even generates a FQN even for extern(C/C++) function.

--
June 15, 2019
https://issues.dlang.org/show_bug.cgi?id=19958

--- Comment #2 from Manu <turkeyman@gmail.com> ---
Your suggestion sounds like it might be quite elegant. I'd definitely like to try that out!

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
October 18
https://issues.dlang.org/show_bug.cgi?id=19958

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/visuald/issues/253

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--