mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
ide: PDB debugger now can use Esc scripts for pretty printing
This commit is contained in:
parent
33431e0b32
commit
fa58d0c40a
39 changed files with 1118 additions and 630 deletions
|
|
@ -167,9 +167,11 @@ CONSOLE_APP_MAIN
|
|||
Execute(global, "main", INT_MAX);
|
||||
}
|
||||
catch(CParser::Error e) {
|
||||
DDUMP(e);
|
||||
Cout() << "ERROR: " << e << "\n";
|
||||
}
|
||||
|
||||
DDUMP(global);
|
||||
DDUMP(global.Get("out"));
|
||||
DDUMP(global.Get("out2"));
|
||||
DDUMP(global.Get("out3"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue