Skip to content

Commit

Permalink
Clear the IA product trace when restarting the debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Yip committed Jul 12, 2021
1 parent 0d3cfcc commit 52b515e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscode-ext/src/debugger/ia-debugger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export function initDebugger(context: vscode.ExtensionContext) {
context.subscriptions.push(vscode.debug.registerDebugAdapterTrackerFactory(DebuggerType, new IADebugAdapterTrackerFactory()))
vscode.debug.onDidStartDebugSession(evt => {
console.log('onDidStartDebugSession')
onNewProductTrace([])
console.log(evt)
})
vscode.debug.onDidReceiveDebugSessionCustomEvent(async (evt) => {
Expand Down

0 comments on commit 52b515e

Please sign in to comment.