[Issue 17460] New: Debugger: registers don't work in expression evaluation
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Jun 1 22:11:29 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=17460
Issue ID: 17460
Summary: Debugger: registers don't work in 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
When debugging C++, you can use registers in the watch windows in expressions.
ie: (char*)rax -> "hello" (if rax is a pointer to a string for example)
When debugging D code, the expression evaluation engine is changed, and the
registers don't work.
Can the D debugger also evaluate registers in expressions?
--
More information about the Digitalmars-d-bugs
mailing list