visuald icon indicating copy to clipboard operation
visuald copied to clipboard

New debug experience: possible to execute pure functions during expression evaluation?

Open dlangBugzillaToGithub opened this issue 7 years ago • 12 comments

turkeyman reported this on 2016-11-16T03:33:32Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=16692

CC List

  • r.sagitario

Description

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...

dlangBugzillaToGithub avatar Nov 16 '16 03:11 dlangBugzillaToGithub