Skip to content

Commit

Permalink
Update Ethdebugger.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilogweb3 authored Dec 23, 2024
1 parent c95a0c5 commit dfaa340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/remix-debug/src/Ethdebugger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ import { SolidityProxy, stateDecoder, localDecoder, InternalCallTree } from './s
import { extractStateVariables } from './solidity-decoder/stateDecoder'

/**
* Ethdebugger is a wrapper around a few classes that helps debugging a transaction
* Ethdebugger is a wrapper around a few classes that helps debug a transaction
*
* - TraceManager - Load / Analyze the trace and retrieve details of specific test
* - CodeManager - Retrieve loaded byte code and help to resolve AST item from vmtrace index
* - SolidityProxy - Basically used to extract state variable from AST
* - Breakpoint Manager - Used to add / remove / jumpto breakpoint
* - InternalCallTree - Used to retrieved local variables
* - Breakpoint Manager - Used to add / remove / jump to breakpoint
* - InternalCallTree - Used to retrieve local variables
* - StorageResolver - Help resolving the storage across different steps
*
* @param {Map} opts - { function compilationResult } //
Expand Down

0 comments on commit dfaa340

Please sign in to comment.