WebStorm debugging with Chrome - best Workflow with useful console and setting breakpoints in WebStorm
问题 The main thing I want to achieve is setting breakpoints directly in WebStorm instead of having to find them in Chrome again (I currently do this with warnings as the fastest way...), without losing any features available in Chrome. I'm currently trying to switch from debugging JavaScript in Chrome to debugging in WebStorm directly. I got it setup using Remote Debugging together with the Chrome-plugin and it works quite good. But the console style and options in WebStorm are far away from what