Debugger Integration
Opened this issue · 3 comments
dedmen commented
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
The debugger is in c++ and the plugin is in java 🤔 Would it still work?
dedmen commented
Communication is via json text over a NamedPipe. That has nothing to do with the languages things are written in.
IsS127 commented
Oh ok, well lets hope this gets added soon.