Chrome remote debug support
Hi,
is it possibly to integrate WebStorm's Chrome remote debugging support into IntelliJ IDEA and friends?
Is there a dependency I can add to the plugin.xml or similar method or do I have to add a ProgramRunner
extension with all the required components myself?
Best,
Joa
Please sign in to leave a comment.
What do you mean by "it is possible to integrate"? Chrome remote debugging is already supported in IntelliJ IDEA; it's not an exclusive feature of WebStorm.
Perfect! Can you give me a hint in the right direction? What kind of RunProfileState do I have to create?
Also out of curiosity: is this available only in IDEA Ultimate?
Hi,
I tried looking into other plugins activating the Chrome remote debugging but was not able to find anything.
I am also not able to find any class in the OpenAPI that would hint me to an existing implementation.
Thanks,
Joa