-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot debug on windows #6
Comments
Hi Alex, sorry you're having this trouble. You're trying to debug an extension, correct? What is the output of the debug console in the VSCode window you launched SQL Ops from? |
Yes, I followed the instructions here: From debug console: After that I get a connection timeout error message. I also checked the developer console of VSCode but it doesn't give any information. It seems like some kind of process of sql operations studio was started since I get this error message when trying to start sqlops after trying to debug: Im am running VS Code 1.26.1 |
It seems like I forgot to run the command |
Version 1.0.2 (Currently latest)
Platform: Windows
Node Version: 8.9.4
Pressing F5 to debug displays the following:
{ errorCode: 'load', moduleId: 'iconv-lite', neededBy: [ 'vs/base/node/encoding', 'vs/code/node/cli' ], detail: { Error: Cannot find module 'iconv-lite' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at NodeScriptLoader.load (E:\Program Files\SQL Operations Studio\resources\app\out\vs\loader.js:735:39) at OnlyOnceScriptLoader.load (E:\Program Files\SQL Operations Studio\resources\app\out\vs\loader.js:581:32) at loadNextPath (E:\Program Files\SQL Operations Studio\resources\app\out\vs\loader.js:1429:41) at Object.errorback (E:\Program Files\SQL Operations Studio\resources\app\out\vs\loader.js:1437:25) at OnlyOnceScriptLoader.triggerErrorback (E:\Program Files\SQL Operations Studio\resources\app\out\vs\loader.js:594:36) at E:\Program Files\SQL Operations Studio\resources\app\out\vs\loader.js:581:151 code: 'MODULE_NOT_FOUND' } } { errorCode: 'load', moduleId: 'minimist', neededBy: [ 'vs/platform/environment/node/argv' ], detail: { Error: Cannot find module 'minimist' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at NodeScriptLoader.load (E:\Program Files\SQL Operations Studio\resources\app\out\vs\loader.js:735:39) at OnlyOnceScriptLoader.load (E:\Program Files\SQL Operations Studio\resources\app\out\vs\loader.js:581:32) at loadNextPath (E:\Program Files\SQL Operations Studio\resources\app\out\vs\loader.js:1429:41) at Object.errorback (E:\Program Files\SQL Operations Studio\resources\app\out\vs\loader.js:1437:25) at OnlyOnceScriptLoader.triggerErrorback (E:\Program Files\SQL Operations Studio\resources\app\out\vs\loader.js:594:36) at E:\Program Files\SQL Operations Studio\resources\app\out\vs\loader.js:581:151 code: 'MODULE_NOT_FOUND' } }
The text was updated successfully, but these errors were encountered: