kayler-renslow/arma-intellij-plugin

Debugger Integration

Opened this issue · 3 comments

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.

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

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

Oh ok, well lets hope this gets added soon.