jasmine / IdeaJasmine

12 stars 5 forks source link

Can this Plugin debugs the testing like the Mocha ? #15

Open lm412742171 opened 5 years ago

lm412742171 commented 5 years ago

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?

slackersoft commented 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.

JanezStupar commented 4 years ago

@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.

xinatcg commented 3 years ago

it maybe a intellij feature? current this plugin make run button enable:

image

If support debug, should have debug button like jest:

image

nbilyk commented 3 years ago

+1

As a workaround I've found that when I need to debug I can debug all tests through npm.