vscode-factoriomod-debug icon indicating copy to clipboard operation
vscode-factoriomod-debug copied to clipboard

Is there a way to set this up for Webstorm IDE (IntelliJ)

Open JasonLandbridge opened this issue 3 years ago • 4 comments
trafficstars

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!

JasonLandbridge avatar Feb 25 '22 19:02 JasonLandbridge

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.

raiguard avatar Feb 26 '22 00:02 raiguard

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.

justarandomgeek avatar Dec 06 '22 18:12 justarandomgeek

Awesome, thanks for the heads-up!

JasonLandbridge avatar Dec 06 '22 18:12 JasonLandbridge

It seems that Intellij doesn't support DAP unfortunately

tamj0rd2 avatar Mar 06 '24 22:03 tamj0rd2