Skip to content

Commit 758464a

Browse files
author
WebFreak001
committed
Fix #93
1 parent 622640b commit 758464a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mibase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ export class MI2DebugSession extends DebugSession {
217217
file = file[10] + ":" + file.substr(11); // replaces /cygdrive/c/foo/bar.txt with c:/foo/bar.txt
218218
}
219219
}
220+
ret.push(new StackFrame(element.level, element.function + "@" + element.address, new Source(element.fileName, file), element.line, 0));
220221
}
221-
ret.push(new StackFrame(element.level, element.function + "@" + element.address, new Source(element.fileName, file), element.line, 0));
222222
});
223223
response.body = {
224224
stackFrames: ret

0 commit comments

Comments
 (0)