如何在启动中启用GDB的自定义Python脚本。

发布于 2025-01-23 10:52:52 字数 195 浏览 0 评论 0原文

众所周知,GDB对于调试CPP很有用,我们可以通过configure laight.json在VSCODE中使用GDB。当您想为GDB运行Python脚本时,可以在控制台中启动GDB并键入“ source xx.py”。但是,在VSCODE中,您只能在启动过程中配置GDB。在目标程序启动之前。因此,我想知道如何配置启动。JSON文件以配置要配置的GDB的自定义Python。

As we all know, gdb is useful for debugging cpp, we can use gdb in vscode by configure launch.json. When you want to run python script for gdb, you can start the gdb in console and type "source xx.py". However, in vscode, you can only configure the gdb in launch.json before the target program start. So I want know how to configure the launch.json file to configure the self-defined python for gdb to be configured.(Because my project is cmake project, so i want to debug it through launch.json)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

野鹿林 2025-01-30 10:52:52


注意和修改:

  1. 程序:调试的程序名称(包括路径,最好是绝对路径)
  2. MideBuggerServerAddress:服务器
  3. CWD的地址和端口:Debugger
  4. MideBuggerPath的路径:通往GDB的路径

enter image description here
Note and modify:

  1. program: program name to debug (including path, preferably absolute path)
  2. miDebuggerServerAddress: address and port of the server
  3. cwd: path to debugger
  4. miDebuggerPath: path to GDB
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文