Is your feature request related to a problem? Please describe.
In the current implementation it is possible to run test using the code lens, or the "green arrow" in the gutter , but debugging is proposed when pressing alt, but does not work.
Also the plugin is missing a way to run or debug the current file.
As a workaround, you can setup a run-configuration, but it would be tedious to create for each individual test. You can also run from the command line with "--inspect" flags and attach, but it is more tedious than a direct click/action.
Describe the solution you'd like
A direct way to debug a specific test or test-suite. And to run / debug an opened file, would be a massive quality of life improvements.
Is your feature request related to a problem? Please describe.
In the current implementation it is possible to run test using the code lens, or the "green arrow" in the gutter , but debugging is proposed when pressing alt, but does not work.
Also the plugin is missing a way to run or debug the current file.
As a workaround, you can setup a run-configuration, but it would be tedious to create for each individual test. You can also run from the command line with "--inspect" flags and attach, but it is more tedious than a direct click/action.
Describe the solution you'd like
A direct way to debug a specific test or test-suite. And to run / debug an opened file, would be a massive quality of life improvements.