|
|
@ -51,8 +51,7 @@ export class DebuggerTab extends DebuggerApiMixin(ViewPlugin) { |
|
|
|
this.on('fetchAndCompile', 'sourceVerificationNotAvailable', () => { |
|
|
|
this.on('fetchAndCompile', 'sourceVerificationNotAvailable', () => { |
|
|
|
this.call('notification', 'toast', sourceVerificationNotAvailableToastMsg()) |
|
|
|
this.call('notification', 'toast', sourceVerificationNotAvailableToastMsg()) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
return <div className={css.debuggerTabView} id='debugView'><DebuggerUI debuggerAPI={this} /></div> |
|
|
|
return <DebuggerUI debuggerAPI={this} /> |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
showMessage (title, message) { |
|
|
|
showMessage (title, message) { |
|
|
|