Fix truncated error messages in annotated exception dumps. Fix Debugger$DumpOptions syntax error.
Detail: c/exc - The error message was being shoved into a 64 byte buffer, causing truncation. Rather than making the buffer bigger (trying to keep stack usage to a minimum), bypass the buffer and write the message straight to the output. Also add an extra newline at the end of DescribeBlocks so that the output doesn't run directly into the annotated R15/R14 that are output by AnnotateAll. Resources/Germany/Messages, Resources/UK/Messages - Update EXC_MSG_ERROR (X18) for the above. Remove Debugger$RawFile and Debugger$AnnotatedFile hint text from Debugger$DumpOptions syntax error message - CopyError wasn't causing the magic newline codes to be translated, and the error buffer (aka StringBuffer) is too small for such a long message anyway. Admin: Tested on Raspberry Pi Version 1.93. Tagged as 'Debugger-1_93'
Showing
No preview for this file type
No preview for this file type
Please register or sign in to comment