ide: PDB debugger now can use Esc scripts for pretty printing

This commit is contained in:
Mirek Fidler 2025-01-09 17:47:11 +01:00
parent 33431e0b32
commit fa58d0c40a
39 changed files with 1118 additions and 630 deletions

View file

@ -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"));