Debugging in Webstorm with Chrome extension causes an IllegalArgumentException
I have the Chrome extension from jetbrains installed.
- When I right click my karma.conf.js and Run the tests everything is fine :)
- When I debug the tests wait some seconds til the browser pops us and click a breakpoint at a line of my unit tests I see this message added to the event log window: :(
21:17:21 IllegalArgumentException: Argument 0 for @NotNull parameter of com/intellij/chromeConnector/debugger/LineBreakpointManagerImpl.createTarget must not be null: Argument 0 for @NotNull parameter of com/intellij/chromeConnector/debugger/LineBreakpointManagerImpl.createTarget must not be null
What do I wrong? I am using WebStorm 8 Beta.
Please sign in to leave a comment.
I have just found this thread:
http://devnet.jetbrains.com/message/5511531#5511531
OK and I download the new update which fixed my Exception BUT although I can debug now the chrome window which is opened is saying something about trying to fix an error...