"debugger.debugWithGeneratedSources":"When checked, debugger will also step through the compiled .yul file if it exists.",
"debugger.debugWithGeneratedSources":"When checked, debugger will also step through the compiled .yul file if it exists.",
"debugger.introduction":"When Debugging with a transaction hash, if the contract is verified, Remix will try to fetch the source code from Sourcify or Etherscan. Put in your Etherscan API key in the Remix settings. For supported networks, please see"
"debugger.introduction":"When Debugging with a transaction hash, if the contract is verified, Remix will try to fetch the source code from Sourcify or Etherscan. Put in your Etherscan API key in the Remix settings. For supported networks, please see",
"debugger.forceToUseCurrentLocalNode":"Force the debugger to use the current local node",
"debugger.sourceLocationStatus1":"Locating breakpoint, this might take a while...",
"debugger.sourceLocationStatus2":"Source location not available, neither in Sourcify nor in Etherscan. Please make sure the Etherscan api key is provided in the settings.",
"debugger.sourcifyDocs":"Sourcify docs",
"debugger.noDataAvailable":"No data available",
"debugger.loadMore":"Load more",
"debugger.copy":"Copy",
"debugger.stepOverBack":"Step over back",
"debugger.stepBack":"Step back",
"debugger.stepInto":"Step into",
"debugger.stepOverForward":"Step over forward",
"debugger.jumpPreviousBreakpoint":"Jump to the previous breakpoint",
"debugger.jumpOut":"Jump out",
"debugger.jumpNextBreakpoint":"Jump to the next breakpoint"
sourceLocationStatus:'Source location not available, neither in Sourcify nor in Etherscan. Please make sure the Etherscan api key is provided in the settings.'