Debugging Library Code with Visual Studio's Linux support

早过忘川 提交于 2019-12-02 02:18:11

If you are debugging in gdbserver mode, the default, try switching to gdb mode in the project properties / debugging page.

Basically, gdbserver mode is a nice idea that never quite delivered. Here's one discussion about it on the VCLinux GitHub site. As you'll see, gdb will become the default debugging mode once they've fixed the problems with console applications.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!