kayler-renslow / arma-intellij-plugin

A plugin for Intellij IDEA that allows for syntactical analysis, code inspections, and other nifty features for the SQF scripting language in Arma 3.
MIT License
41 stars 10 forks source link

Debugger Integration #67

Open dedmen opened 6 years ago

dedmen commented 6 years ago

Plugin Version

2.0.0

Summary

Integrate the SQF Debugger

Detail

IMO the one thing missing to make this the ultimate SQF IDE is a proper debugger. Considering there is one available and it's not too hard to implement, I don't see a reason not to implement it.

IsS127 commented 5 years ago

The debugger is in c++ and the plugin is in java 🤔 Would it still work?

dedmen commented 5 years ago

Communication is via json text over a NamedPipe. That has nothing to do with the languages things are written in.

IsS127 commented 5 years ago

Oh ok, well lets hope this gets added soon.