vscode-factoriomod-debug
vscode-factoriomod-debug copied to clipboard
Is there a way to set this up for Webstorm IDE (IntelliJ)
Hi there,
Most likely not, but any way to create a configuration in WebStorm that would also debug the application?
Right now I'm using VSCode to debug and WebStorm to code my mods
Thanks in advance!
Right now the debugger only works in vscode. As I understand, the future plan is to separate the vscode extension from the debugger, but that hasn't landed yet.
I am not familiar with Webstorm/IntelliJ, but you should now be able to use most of this funcionality through the npm package https://www.npmjs.com/package/factoriomod-debug which installs a command line tool fmtk that can provide LSP and DAP services to any compatible editor.
Awesome, thanks for the heads-up!
It seems that Intellij doesn't support DAP unfortunately