Hide variables in debugger for Visual D
AlphaPurned
Alpha at Beta.com
Thu Feb 20 22:03:08 UTC 2020
Sometimes I have temp like variables or just don't want to
clutter up the auto's or local's. Could you add some simple way
to hide a variable from being displayed?
e.g.,
pragma(VisualD, hide_variable, "axss");
would never show axss or show it in a separate expandable folder.
(it would be nice to still be able to see it when desired without
having to modify pragma)
Things kinda get cluttered in the windows. I know I could add
watches but that can be a pain too.
More information about the Digitalmars-d-ide
mailing list