Open lm412742171 opened 5 years ago
To the best of my understanding, this plugin mostly just provides a run configuration to execute Jasmine tests with npm, which should also be usable with the debug functionality present in IntelliJ. If this isn't true, I would be happy to review a pull request to add this functionality.
@slackersoft Hi, thank you for this plugin. I am not familiar with plugin development for Intellij so I don't even know where to begin. But the "problem" with this plugin is that its run configurations don't allow to be ran in "debug" mode. The only option is to just run the configuration.
it maybe a intellij feature? current this plugin make run button enable:
If support debug, should have debug button like jest:
+1
As a workaround I've found that when I need to debug I can debug all tests through npm.
I am reading the Jsdoc source code,it uses Jasmine for testing.i installed this plugin,but there is no debugging function like the Mocha.Will it debugs in the future?