x13pixels / remedybg-issues

Public repository for tracking issues (bugs and features) for the RemedyBG debugger
85 stars 0 forks source link

`char8_t` support #281

Closed sonictk closed 1 year ago

sonictk commented 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).

x13pixels commented 1 year ago

Added support for C++20's char8_t type in 0.3.8.8