调试方法有很多

介绍一种奇怪的?调试方法哈哈

通过WriteLog记录返回值查看返回结果。

string str_log;
stringstream ssteam;
ssteam << "坐标X:";
ssteam << location.x;
str_log = ssteam.str();
cRecNumber.WriteLog((char *)str_log.c_str());

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2021-10-20
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案