In WebStorm 2018.2 you can now remove, disable and configure breakpoints with the intention actions - simply press Alt-Enter on the line with the breakpoint and select the action you need #WebStormTippic.twitter.com/xfRYPi2bia
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
We look into stdout/stderr for 'Debugger listening on ws://...' to get the right port for the child process and attach to it. If everything is redirected to a file, there's no way for us to attach to the process :( Having stderr set to 'inherit' would be enough for us.
Thanks for the insight. just did that (`stdio: [0, fd, "inherit", "ipc"]`) - but caused `Error: exited with 12` (:5860 failed: address already in use). A little more on my use case: Working with a CLI runner utility that executes "actions" concurrently through fork.
We couldn't reproduce with the following code: const forked = fork('child.js', { execArgv: ['--inspect-brk=0'], stdio: [0, outFile, "inherit", "ipc"] }); Have you passed the port, right? Can you please submit us an issue with more detailed steps: https://youtrack.jetbrains.com/issues/WEB ?
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.