Fix #93
This commit is contained in:
parent
622640bfc7
commit
758464a427
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue