ChibiStudio - show hexadecimal values, screen copy/paste

Use this forum for requesting small changes in ChibiOS. Large changes should be discussed in the development forum. This forum is NOT for support.
steved
Posts: 823
Joined: Fri Nov 09, 2012 2:22 pm
Has thanked: 12 times
Been thanked: 135 times

ChibiStudio - show hexadecimal values, screen copy/paste

Postby steved » Wed Mar 17, 2021 11:55 am

Could ChibiStudio exceptions show values in hexadecimal rather than decimal? (Would save having to convert).
For example in DebugProxy.java (full path D:\ChibiStudio\svn_osdn\branches\chibistudio_trunk\tools\chibios-rt6_debug_support\src\org\chibios\tools\eclipse\debug\utils\DebugProxy.java in case you can't remember it!) lines 171 and 194:
throw new DebugProxyException("error reading memory at " + String.format("0x%08X", base));
throw new DebugProxyException("error reading memory at " + String.format("0x%08X", address));

There are undoubtedly more; those are the ones I was looking at.


It would also be useful to be able to copy and paste data from the Trace and possibly Threads tabs of the debug plugin (spreadsheet format, I would think). (Or a simple "Export as CSV" button would do, if easier!).

Return to “Small Change Requests”

Who is online

Users browsing this forum: No registered users and 18 guests