fix typo in libs/remix-debug/src/Ethdebugger.ts

updateIpfs
Thabokani 10 months ago committed by Aniket
parent d5da001615
commit 55f856ce8b
  1. 2
      libs/remix-debug/src/Ethdebugger.ts

@ -17,7 +17,7 @@ import { extractStateVariables } from './solidity-decoder/stateDecoder'
* - SolidityProxy - Basically used to extract state variable from AST * - SolidityProxy - Basically used to extract state variable from AST
* - Breakpoint Manager - Used to add / remove / jumpto breakpoint * - Breakpoint Manager - Used to add / remove / jumpto breakpoint
* - InternalCallTree - Used to retrieved local variables * - InternalCallTree - Used to retrieved local variables
* - StorageResolver - Help resolving the storage accross different steps * - StorageResolver - Help resolving the storage across different steps
* *
* @param {Map} opts - { function compilationResult } // * @param {Map} opts - { function compilationResult } //
*/ */

Loading…
Cancel
Save