www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16692] New: New debug experience: possible to execute pure

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 puremagic.com
          Reporter: turkeyman 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...

--
Nov 15 2016