gdb调试:

LD_LIBRARY_PATH=./lib:./where/3rd gdb --args bin/your-exe -Cfg ./cfg/my_settings.cfg
。。。
run

 

gdb调试core:

gdb your-exe core.file

相关文章:

  • 2021-06-10
  • 2021-07-12
  • 2021-08-22
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-29
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2022-01-29
相关资源
相似解决方案