mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ide: PDB debugger now supports ErrorValue
This commit is contained in:
parent
05fdb8a04a
commit
54e8b63ae7
4 changed files with 25 additions and 11 deletions
|
|
@ -196,6 +196,12 @@ GUI_APP_MAIN
|
|||
v = m;
|
||||
DDUMP(v);
|
||||
|
||||
v = ErrorValue();
|
||||
DDUMP(v);
|
||||
|
||||
v = ErrorValue("HellO!");
|
||||
DDUMP(v);
|
||||
|
||||
|
||||
Value& ref = v;
|
||||
Value *ptr = &v;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue