Debugger fixes for memory breakpoints, "if" processing, register parsing, and more
This commit is contained in:
parent
490289c75d
commit
9e055b7be3
3 changed files with 151 additions and 96 deletions
|
|
@ -755,7 +755,7 @@ HTTPAPI.processDumpAPI = function(req, res)
|
|||
if (req.query[DumpAPI.QUERY.DECIMAL]) {
|
||||
fDecimal = (req.query[DumpAPI.QUERY.DECIMAL] == "true");
|
||||
}
|
||||
var file = new FileDump(sFormat, fComments, fDecimal, sServerRoot);
|
||||
var file = new FileDump(sFormat, fComments, fDecimal, 0, 0, sServerRoot);
|
||||
file.loadFile(sFile, 0, 0, function(err) {
|
||||
HTTPAPI.dumpFile(err, file, res);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue