ardupilot/libraries/AP_InternalError
Andrew Tridgell bb1b2dafae AP_InternalError: only panic in SITL if debug enabled
a user recently had a flow of control panic in quadplane in
cygwin/missionplanner SITL. The panic this caused means we don't get
logging information on what line of code was triggered

the panic in SITL for internal errors is only useful if you have debug
information and can then attach a debugger. Without debug information
it is much better to behave the same as a real vehicle and report an
internal error (with line number)
2022-10-21 22:14:39 +11:00
..
AP_InternalError.cpp AP_InternalError: only panic in SITL if debug enabled 2022-10-21 22:14:39 +11:00
AP_InternalError.h AP_InternalError: change panic to return error code as string in SITL 2021-09-28 09:11:48 +10:00