dedmen / ArmaDebugEngine

A still experimental Script Debugger for Arma 3
Other
47 stars 10 forks source link

Request: evaluate code and return results #8

Closed billw2012 closed 4 years ago

billw2012 commented 4 years ago

I want to run code in the current context, like an immediate window/repl.

dedmen commented 4 years ago

Send ExecuteCode command (12) with { "command": 12, data : { script :"diag_log" } }

get back command ExecuteCodeResult (13)

{ "command": 13 "data": {...} "error": "compile failed" }

error only on error