QB log changes white spaces into 1 white space.
However, this is against common convention.
Because of this, it very hard to debug with QB log.
In this log, for example, '_' denotes white space.
And all the white spaces in front of '^' have to be printed.
int_a_==_10
______^.....{error_log}...
Please change QB to print white spaces in the log as it is,
instead of congregating multiple white spaces into one.
Thank you.