daveleroy / SublimeDebugger

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

debug lua error #226

Closed Frankgbg closed 9 months ago

Frankgbg commented 11 months ago

node:internal/modules/cjs/loader:1080 throw err; ^

Error: Cannot find module 'C:\Users\happyelements\AppData\Roaming\Sublime Text\Packages\Debugger\data\lua-local\extension\extension\debugAdapter.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15) at Module._load (node:internal/modules/cjs/loader:922:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) at node:internal/main/run_main_module:23:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } I have checked this path and there is no corresponding js file

daveleroy commented 11 months ago

Try reinstalling the adapter it should exist now