use absolute path

pull/694/head
yann300 4 years ago
parent da65262e3c
commit 00d55c7c80
  1. 2
      apps/remix-ide/src/app/tabs/debugger-tab.js

@ -141,7 +141,7 @@ class DebuggerTab extends ViewPlugin {
fetchContractAndCompile (address, receipt) {
const target = (address && remixDebug.traceHelper.isContractCreation(address)) ? receipt.contractAddress : address
return this.call('fetchAndCompile', 'resolve', target || receipt.contractAddress || receipt.to, '.debug', this.blockchain.web3())
return this.call('fetchAndCompile', 'resolve', target || receipt.contractAddress || receipt.to, 'browser/.debug', this.blockchain.web3())
}
// debugger () {

Loading…
Cancel
Save