You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to debug the extension but I have a problem with the breakpoints. Some of them are working some not. Here are the examples:
extension.ts:line 9 works.
mi2.ts:line 128 (the error message about the ssh key) doesn't. The message is displayed but the vscode doesn't stop there.
Any advice what can be wrong?
debugging extensions run on a separate process in vscode, so you can't debug them using the extension debugger directly. I always just send print calls instead of having breakpoints and didn't really look into any other way
Hello,
I'm trying to debug the extension but I have a problem with the breakpoints. Some of them are working some not. Here are the examples:
Any advice what can be wrong?
Version: 1.32.3
Commit: a3db5be9b5c6ba46bb7555ec5d60178ecc2eaae4
Date: 2019-03-14T23:38:49.842Z
Electron: 3.1.6
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Linux x64 4.15.0-46-generic
npm: 6.9.0
The text was updated successfully, but these errors were encountered: