Skip to content

Commit 3269e86

Browse files
author
WebFreak001
committed
Added unknown source correctly this time
1 parent 758464a commit 3269e86

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mibase.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ export class MI2DebugSession extends DebugSession {
219219
}
220220
ret.push(new StackFrame(element.level, element.function + "@" + element.address, new Source(element.fileName, file), element.line, 0));
221221
}
222+
else
223+
ret.push(new StackFrame(element.level, element.function + "@" + element.address, null, element.line, 0));
222224
});
223225
response.body = {
224226
stackFrames: ret

0 commit comments

Comments
 (0)