|
|
|
@ -2,7 +2,7 @@ import { PluginClient } from "@remixproject/plugin"; |
|
|
|
|
import { createClient } from "@remixproject/plugin-webview"; |
|
|
|
|
import { IDebuggerApi, LineColumnLocation,
|
|
|
|
|
onBreakpointClearedListener, onBreakpointAddedListener, onEditorContentChanged, onEnvChangedListener, TransactionReceipt } from '@remix-ui/debugger-ui' |
|
|
|
|
import { DebuggerApiMixin } from './debugger-api' |
|
|
|
|
import { DebuggerApiMixin } from '@remix-ui/debugger-ui' |
|
|
|
|
import { CompilerAbstract } from '@remix-project/remix-solidity' |
|
|
|
|
|
|
|
|
|
export class DebuggerClientApi extends DebuggerApiMixin(PluginClient) {
|
|
|
|
|