Hello,
first of all, let me say thank you for this great debugger. I switched from GDB after experiencing a lot of crashes. So far, Ozone is stable and serves me well.
When displaying local data, the corresponding view tries to display the type with up to 512 characters. This extends the main window to span the used monitor multiple times. I know, that 512 is extreme, but using C++ templates, this is not unusual (CRTP). Maybe, it would be an option to have a horizontal scroll bar in the type display?
best regards
Torsten
first of all, let me say thank you for this great debugger. I switched from GDB after experiencing a lot of crashes. So far, Ozone is stable and serves me well.
When displaying local data, the corresponding view tries to display the type with up to 512 characters. This extends the main window to span the used monitor multiple times. I know, that 512 is extreme, but using C++ templates, this is not unusual (CRTP). Maybe, it would be an option to have a horizontal scroll bar in the type display?
best regards
Torsten