diff --git a/apps/remix-ide/src/app/tabs/debugger/debuggerUI.js b/apps/remix-ide/src/app/tabs/debugger/debuggerUI.js index 13c1ddf346..dc3ce73c57 100644 --- a/apps/remix-ide/src/app/tabs/debugger/debuggerUI.js +++ b/apps/remix-ide/src/app/tabs/debugger/debuggerUI.js @@ -105,7 +105,7 @@ class DebuggerUI { // check in generated sources for (const source of generatedSources) { if (source.id === rawLocation.file) { - path = `.debugger/generated-sources/${source.name}` + path = `browser/.debugger/generated-sources/${source.name}` let content try { content = await this.debuggerModule.call('fileManager', 'getFile', path, source.contents)