Added unknown source correctly this time
This commit is contained in:
parent
758464a427
commit
3269e86675
1 changed files with 2 additions and 0 deletions
|
|
@ -219,6 +219,8 @@ export class MI2DebugSession extends DebugSession {
|
||||||
}
|
}
|
||||||
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));
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
ret.push(new StackFrame(element.level, element.function + "@" + element.address, null, element.line, 0));
|
||||||
});
|
});
|
||||||
response.body = {
|
response.body = {
|
||||||
stackFrames: ret
|
stackFrames: ret
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue