I have Gauge scenarios with Java as the underlying language.
I'm using VS Code to drive but cant work out how to execute a Scenarion in debug mode so that breakpoint/s can be trriggered.
Am i correct in saying that when a Scenario is run in VS Code (IE. Click Run Scenario) gauge is launched in a cmd shell with the run parameters (ie. gauge run spec/myspec.spec:14) with the output going to the VS Code OUTPUT window?
That's kinda where I am. VS Code is not launching a java class directly, so I cant use the 'launch' debug config, which only leaves 'attach' - but I dunno what port to tell it.
Is this possible in VS Code for gauge/java? I have done a bunch of doc reading and google searching but just cant find anything - which usually I'm being very dumb :-)