Skip to content
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

Debugging Extension #176

Closed
marekzmyslowski opened this issue Apr 4, 2019 · 1 comment
Closed

Debugging Extension #176

marekzmyslowski opened this issue Apr 4, 2019 · 1 comment

Comments

@marekzmyslowski
Copy link

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:

  1. extension.ts:line 9 works.
  2. 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?

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

@WebFreak001
Copy link
Owner

WebFreak001 commented Apr 4, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants