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
Describe the bug
Tried to debug a scenario using visual studio code.
Any hints or suggestions on how I can track down the issue?
To Reproduce
Using Windows 10:
Start a command prompt (cmd.exe)
Create an empty directory and change directory into the newly created directory
From the command line, execute: gauge init ts
Start visual studio code and open the file "specs\example.spec"
Set a breakpoint on "tests\StepImplementation.ts:16"
Click on the button/link "Debug Scenario" located above the line "## Vowel counts in single word"
Expected behavior
The breakpoint set in step 5 should be hit
Actual behavior
No breakpoint is hit and the following text appears in the vscode output (Gauge execution) window:
Running tool: gauge.cmd run c:\git\gauge_test\specs\example.spec:13 --simple-console --hide-suggestion
"Windows support is not tested yet. There might be some issues."
Runner Ready for Debugging
Debugger listening on ws://127.0.0.1:65107/7fc9502e-7137-40c7-bfa8-12c0708f7132
For help, see: https://nodejs.org/en/docs/inspector
Run stopped by user.
Desktop (please complete the following information):
@mrpink76 I spent some time to look into your issue. Seems like the problem is already fixed in gauge-vscode plugin and latest gauge-ts plugin. The changes are not released yet. A release is already in progress for gauge-vsocde. I'll also try to push a release soon.
Meanwhile, can you please try installing these plugins from source and see if that fixes your issue?
The install instructions can be found in READMEs of respective plugin.
Describe the bug
Tried to debug a scenario using visual studio code.
Any hints or suggestions on how I can track down the issue?
To Reproduce
Using Windows 10:
Expected behavior
The breakpoint set in step 5 should be hit
Actual behavior
No breakpoint is hit and the following text appears in the vscode output (Gauge execution) window:
Desktop (please complete the following information):
gauge -v
]node -v
]: v10.16.3npm -v
]: 6.9.0The text was updated successfully, but these errors were encountered: