[Issue 17460] Debugger: registers don't work in expression evaluation

2017-06-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17460

Rainer Schuetze  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Rainer Schuetze  ---
try this: https://github.com/dlang/visuald/releases/tag/v0.45.0-beta1

--


[Issue 17460] Debugger: registers don't work in expression evaluation

2017-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17460

--- Comment #2 from Manu  ---
Mmm, would be cool.

--


[Issue 17460] Debugger: registers don't work in expression evaluation

2017-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17460

Rainer Schuetze  changed:

   What|Removed |Added

 CC||r.sagita...@gmx.de

--- Comment #1 from Rainer Schuetze  ---
> Can the D debugger also evaluate registers in expressions?

It currently cannot, but I have also missed that from time to time. Especially
when entering the register into the address line of the memory window.

--