June 06, 2018 [Issue 16692] New debug experience: possible to execute pure functions during expression evaluation? | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16692 --- Comment #11 from Rainer Schuetze <r.sagitario@gmx.de> --- I'm currently still trying to figure out how to deal with slices and delegates, because they are returned in a way incompatible with any C++ ABI. There is currently no annotation of pure or const in the debug info, and I have so far avoided adding a demangler. Not sure about automatically showing them for any class or struct, maybe I should have a look how it works in C#. I'm currently leaning towards making them available for explicit use in some kind of visualizer, so you can also avoid repeating the same information by property functions and private members when showing the struct. -- |
August 04, 2019 [Issue 16692] New debug experience: possible to execute pure functions during expression evaluation? | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16692 --- Comment #12 from Rainer Schuetze <r.sagitario@gmx.de> --- Arbitrary return types now supported in https://github.com/dlang/visuald/releases/tag/v0.50.1-beta1 -- |
December 17, 2022 [Issue 16692] New debug experience: possible to execute pure functions during expression evaluation? | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16692 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
October 18, 2023 [Issue 16692] New debug experience: possible to execute pure functions during expression evaluation? | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16692 --- Comment #13 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/visuald/issues/241 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation