is there a way to start 6 different nodejs debug profiles at once?
Hello
I'm working on a big NodeJS project.
I created a debug directory for my project that contains 6 different debug profiles for 6 different Javascript Files.
whenever I want to start a debug session I need to start each one of them individually which is a bit of a pain. is there a way to chain all the relevant debug profiles
that one click will start and stop them all ?
any information regarding the issue would be greatly appreciated.
thank you :)
Please sign in to leave a comment.
Hi there,
I'm not sure if it will do exactly what you want (debugging 6 different scripts at once -- I have never tried to run even 2 of them myself) .. but here it is: https://www.jetbrains.com/help/webstorm/run-debug-configuration-compound.html
hi! :) thank you
it seems that when I create a compound run/debug configuration, it allows me to all all 6, but when i select this profile in my intellij, it only allows me to run the configuration, not to debug it. any ideas?
It's a known limitation, https://youtrack.jetbrains.com/issue/IDEA-147759. You can try using Multirun plugin instead - https://plugins.jetbrains.com/plugin/7248-multirun
thanks a lot. multirun is awesome :)