Closed sonictk closed 1 year ago
Currently, RemedyBG displays a char8_t array as a TBI [] type and this makes it hard to debug in certain cases (it doesn't seem to recognize static allocation of these in the global variables view).
char8_t
TBI []
static
Added support for C++20's char8_t type in 0.3.8.8
Currently, RemedyBG displays a
char8_t
array as aTBI []
type and this makes it hard to debug in certain cases (it doesn't seem to recognizestatic
allocation of these in the global variables view).