vscode debug c program but cannt stop at breakpoint

这篇具有很好参考价值的文章主要介绍了vscode debug c program but cannt stop at breakpoint。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

remove pretty-printing in launch.json文章来源地址https://www.toymoban.com/news/detail-634818.html

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        
        {
            "name": "(gdb) Launch",
            "type": "cppdbg",
            "request": "launch",
            "program": "/home/prometheus/glibc-2.35/build/elf/ld.so",
            "args": ["/home/prometheus/shrinkwrap/shrinkwrap/emacs_zeta"],
            "stopAtEntry": false,
            "cwd": "${fileDirname}",
            "environment": [],
            "externalConsole": false,
            "MIMode": "gdb",
            "setupCommands": [
                {
                    "description": "Enable pretty-printing for gdb",
                    "text": "-enable-pretty-printing",
                    "ignoreFailures": true
                },
                {
                    "description": "Set Disassembly Flavor to Intel",
                    "text": "-gdb-set disassembly-flavor intel",
                    "ignoreFailures": true
                }
            ]
        }
        
    ]
}
referenced:
	https://sourceware.org/bugzilla/show_bug.cgi?id=28980

到了这里,关于vscode debug c program but cannt stop at breakpoint的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • Warning: Stopping docker.service, but it can still be activated by: docker.socket解决方案

    当容器开启自动启动时,我们想要关闭docker的时候发现会出现: Warning: Stopping docker.service, but it can still be activated by: docker.socket 原因: This is because in addition to the docker.service unit file, there is a docker.socket unit file… this is for socket activation. The warning means if you try to connect to the docker

    2024年02月16日
    浏览(32)
  • Docker关闭不掉进程,Stopping docker.service, but it can still be activated by: docker.socket

    出现问题: Warning: Stopping docker.service, but it can still be activated by: docker.socket   Docker默认开启自动唤醒机制,即docker默认在关闭状态下被访问会自动唤醒Docker。 查看Docker是否开启自动唤醒机制: systemctl status docker 如果出现如下图的状态:即为 开启自动唤醒机制。 1. 停用Docker自

    2024年02月08日
    浏览(35)
  • IDEA中Run/Debug Configurations添加VM options和Program arguments

    我在我的IDEA当中打开配置模板后,发现没有VM options和Program arguments,也就是虚拟机选项和程序实参这两项,导致我不能配置系统属性参数和命令行参数!!!!!!!  

    2024年02月09日
    浏览(38)
  • launch: program ‘c: \build\Debug\outDebug‘ does not exist

    本想着用VS Code 编写编译C语言程序,顺着网上的教程一步步操作,后来却遇到 launch: program ‘c: buildDebugoutDebug’ does not exist 这样的一个提示框,怎么改launch.json文件都不行,后来看到网上的文章: 链接: VScode找不到任务c/c++:g++.exe生成活动文件 自己操作了一下,运行.c文件

    2023年04月15日
    浏览(41)
  • launch: program ‘c: \build\Debug\outDebug’does not exist问题成功解决

    闲来无事,编写一个C语言程序,代码如下: 想通过VScode调试一番,发现出现了以下的提示 在网上找了许多方法,都没有成功,最后打算自己慢慢研究研究。。。 我按照提示打开了launch.json文件  通过观察,发现问题出现在“program”,我输入一定的字符,发现有自动提示功能

    2024年02月15日
    浏览(48)
  • RuntimeError: stack expects each tensor to be equal size, but got at entry

    参考链接:​​​​​​解决Pytorch dataloader时报错每个tensor维度不一样的问题_python_脚本之家 记录一下自己遇到的bug: 问题描述:  问题分析: torch.stack(batch, 0, out=out)出错,原因可能是: 同一个batch的数据图片的维度(H, W, C)要相同(可以见官方文档:其shape必须一致) 问

    2024年02月15日
    浏览(50)
  • 【我的Android进阶之旅】解决:The currently selected variant “debug“ uses split APKs, but none of the 1 split...

    在Github下载了一份代码,在本地运行看看效果,直接运行失败,如下所示: 错误描述如下所示: 翻译过来就是: 当前选择的变体“ debug ”使用拆分 APK ,但1个拆分APK中没有一个与当前具有 ABI “ armeabi-v7a,armeabi ”的设备兼容。 我的设备只支持 armeabi-v7a 或者 armeabi 代码中

    2024年02月13日
    浏览(43)
  • python环境问题—No Python at ‘C:\Program Files\Python310\python.exe‘

            cmd(命令提示符) -  输入where python  复制第一条路径(与编译器兼容的python版本)。 打开系统环境变量 点击path 检查path中是否有刚才的路径,如果没有就添加上。    2.打开编译器PyCharm。点击setting        选择与编译器兼容的python版本。

    2024年02月11日
    浏览(50)
  • Vivado SDK报错Error while launching program: Memory write error at 0x100000. AP transaction timeout.

           出现错误时的现象是在PS端将PL端与PS端代码同时加上以后第一次运行没有问题,但是第二次只重新运行PS端代码时就会出现程序卡在初始化后无法运行,而当PL端在Vivado中先加PL端代码,而PS端再加代码时就会出现以下报错:AP Transaction error 或者write 0x00100000 error。总之

    2024年02月11日
    浏览(50)
  • 解决Mixed Content: The page at https://* was loaded over HTTPS, but requested an insecure XMLHttpReque

    目录 项目场景 问题描述 原因分析 解决方案 一些问题 https协议的网站下请求http的资源 https协议的网站请求http协议的资源被浏览器任务不安全,请求被拦截并且报了以下错误: 原文:  Mixed Content: The page at https://* was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint http:

    2024年02月02日
    浏览(51)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包