Closed blazewater-gmail closed 1 year ago
os: windows 10 build env: visual studio 2019 build debug demo or other sample, add PLOGD.printf("%d, %s\n", __LINE__, __FUNCTION__) cause debug assertion.
PLOGD.printf("%d, %s\n", __LINE__, __FUNCTION__)
see attached picture.
Thanks for your report! I successfully reproduced the issue and will investigate it further.
The fix is pushed to master. Also appropriate tests were added.
os: windows 10 build env: visual studio 2019 build debug demo or other sample, add
PLOGD.printf("%d, %s\n", __LINE__, __FUNCTION__)
cause debug assertion.see attached picture.