简体   繁体   English

在Linux Mint 19下从哪里提取wxWidgets的源代码(.cpp文件)以进行内部调试?

[英]Where to extract the source code (.cpp files) of wxWidgets under Linux Mint 19 for step inside debugging?

I have successfully installed the wxWidgets v3.1.1 banaries from CodeLite's website Here 我已经成功地从CodeLite的网站安装了wxWidgets的V3.1.1 banaries 这里

The problem is the installation has no .cpp files for step inside debugging. 问题是安装中没有用于调试步骤的.cpp文件。 So I had to download the source code to get the .cpp files. 因此,我必须下载源代码才能获取.cpp文件。

My question is where to extract them in the system? 我的问题是在系统中将其提取到哪里?

Thank you. 谢谢。

You can extract them anywhere you want, just use gdb directory command to add the path to this directory to the list of directories that gdb searches for the source files. 您可以将它们解压缩到所需的任何位置,只需使用gdb directory命令将该目录的路径添加到gdb搜索源文件的目录列表中即可。

You can also find set substitute-path gdb command useful when using binaries from a different system. 当使用来自其他系统的二进制文件时,您还可以找到set substitute-path gdb命令。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM