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 cec5d46 commit ed1a3f1Copy full SHA for ed1a3f1
src/IotjsDebugger.ts
@@ -282,7 +282,6 @@ class IotjsDebugSession extends DebugSession {
282
protected async stackTraceRequest(
283
response: DebugProtocol.StackTraceResponse, args: DebugProtocol.StackTraceArguments
284
): Promise<void> {
285
- this.log(args, LOG_LEVEL.SESSION);
286
try {
287
const backtrace = await this._protocolhandler.requestBacktrace();
288
const stk = backtrace.map((f, i) => new StackFrame(
0 commit comments