PepperDashCore
PepperDashCore copied to clipboard
[FEATURE]-Add Flags & Console command for text format for Stream Debugging
We should add a method for formatting strings printed using stream debugging to be either Hex, ASCII, or mixed, similar to how strings in Debugger are printed. Default value for stream debugging would be mixed, and a console command could be used to change the format as needed.
Is this meant to be achieved via a value passed in through the console command?
May relate to #92