daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
371 stars 44 forks source link

Cannot debug with chrome adapter missing chromeDebug.js #148

Closed stefhol closed 2 years ago

stefhol commented 2 years ago

Sublime is a fresh install tested on Windows 11 and Macos

⟸ process/starting :: ['/opt/homebrew/bin/node', '/Users/user/Library/Application Support/Sublime Text 3/Packages/Debugger/data/adapters/chrome/extension/out/src/chromeDebug.js']
⟸ process/started ::
⟸ request/initialize(1) :: {'clientID': 'sublime', 'clientName': 'Sublime Text', 'adapterID': 'chrome', 'pathFormat': 'path', 'linesStartAt1': True, 'columnsStartAt1': True, 'supportsVariableType': True, 'supportsVariablePaging': False, 'supportsRunInTerminalRequest': True, 'supportsMemoryReferences': True, 'locale': 'en-us'}
⟸ process/stderr :: node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module '/Users/user/Library/Application Support/Sublime Text 3/Packages/Debugger/data/adapters/chrome/extension/out/src/chromeDebug.js'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v17.3.0
image
daveleroy commented 2 years ago

They removed the old debugger but getting the new one working is going to be a lot of work

daveleroy commented 2 years ago

Resolved in 0.6.4