This commit is contained in:
WebFreak001 2017-02-10 19:42:43 +01:00
commit 758464a427

View file

@ -217,8 +217,8 @@ export class MI2DebugSession extends DebugSession {
file = file[10] + ":" + file.substr(11); // replaces /cygdrive/c/foo/bar.txt with c:/foo/bar.txt file = file[10] + ":" + file.substr(11); // replaces /cygdrive/c/foo/bar.txt with c:/foo/bar.txt
} }
} }
ret.push(new StackFrame(element.level, element.function + "@" + element.address, new Source(element.fileName, file), element.line, 0));
} }
ret.push(new StackFrame(element.level, element.function + "@" + element.address, new Source(element.fileName, file), element.line, 0));
}); });
response.body = { response.body = {
stackFrames: ret stackFrames: ret