alexkrechik / VSCucumberAutoComplete

Cucumber (Gherkin) Full Support Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
MIT License
331 stars 82 forks source link

How to debug the extension and server #245

Closed DonJayamanne closed 5 years ago

DonJayamanne commented 5 years ago

Trying to get started with some changes, but unable to debug the server. I know I can get it working by moving some files around, but would like to avoid that, any suggestions on how you do this? Else I can submit a PR with some a contributing.md file for others to get started on this extension.

And yes, awesome extension, and thanks. I'm trying to use this to build some smoke tests for the VS code Python extension.

alexkrechik commented 5 years ago

Hey! Looks like that I've used this topic for the extension debugging - https://code.visualstudio.com/api/extension-guides/debugger-extension

DonJayamanne commented 5 years ago

I know about that, but how do you debug this extension of yours. I can't debug it without making changes! Or do you not debug the code?

alexkrechik commented 5 years ago

Looks like, that current 'attach' process doesn't work properly and it should be updated. Last time I did code debug it worked, so it wasn't a problem.

alexkrechik commented 5 years ago

Closed as non-issue. Please reopen/comment if some additional problem appear - I will try to help you.