Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在ubuntu14.0中用vs代码调试dcmtk3.6.3的代码。
但我不知道原始makefile是否有-g参数。
我尝试调试,但它不起作用。那么,我应该在makefile中添加“-g”吗?以及在哪里添加?
这是makefile中dcmtk的movescu。
阅读 DCMTK 附带的INSTALL文件会有所帮助,例如“./configure --enable-debug --ignore-deprecation”应该可以满足您的要求(使用 GNU Autoconf 时)。