Debugging via logging messages is difficult because often log methods are being called every frame, leading to a fast stream of incoming logs.
It should be possible to group messages that originate from the same module, file or even line of code such that a log send every frame does not make the entire console unusable.
Debugging via logging messages is difficult because often log methods are being called every frame, leading to a fast stream of incoming logs.
It should be possible to group messages that originate from the same module, file or even line of code such that a log send every frame does not make the entire console unusable.