[Issue 16692] New: New debug experience: possible to execute pure functions during expression evaluation?
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Nov 15 19:33:32 PST 2016
https://issues.dlang.org/show_bug.cgi?id=16692
Issue ID: 16692
Summary: New debug experience: possible to execute pure
functions during expression evaluation?
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: visuald
Assignee: nobody at puremagic.com
Reporter: turkeyman at gmail.com
Is it possible to execute 'pure' functions during expression evaluation?
Being able to hover over properties for instance would be SOOO helpful.
Debug engine would need to be able to evaluate any function arguments, and then
produce a function call using those evaluated arguments, result folds back into
expression evaluation...
--
More information about the Digitalmars-d-bugs
mailing list