dedmen / ArmaDebugEngine

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

Request: dump callstack on `params` error #19

Open Sparker95 opened 4 years ago

Sparker95 commented 4 years ago

Currently ADE does not dump a callstack when params throws an error like this one: 9:16:33 Error Params: Type Array, expected Object I think it's critical to dump call stack in that case like on any other error.

dedmen commented 3 weeks ago

Plan is to add exception settings. So you can enable to halt on "Type error" exceptions, and when it happens it will automatically break, load the source code (if not already present) and show you the line where it errored, and you'll be able to inspect all variables and callstack like any other breakpoint.