We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b027336 commit 6a05f55Copy full SHA for 6a05f55
src/IotjsDebugger.ts
@@ -226,7 +226,9 @@ class IotjsDebugSession extends LoggingDebugSession {
226
this.sendResponse(response);
227
}
228
229
- protected stackTraceRequest(response: DebugProtocol.StackTraceResponse, args: DebugProtocol.StackTraceArguments): void {
+ protected stackTraceRequest(
230
+ response: DebugProtocol.StackTraceResponse, args: DebugProtocol.StackTraceArguments
231
+ ): void {
232
this.log('stackTraceRequest');
233
234
const stk = this._backtrace.map((f, i) => new StackFrame(
0 commit comments