- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在调试中的c++程序时遇到问题Visual Studio代码中。虽然,以前调试工作。我没有更改任何配置或设置。今天当我打开视觉工作室代码时,我看到了该错误。
Image
Lunch.json
{
// 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": "g++.exe - Build and debug active file",
"type": "cppdbg",
"request": "launch",
"program": "${fileDirname}\\${fileBasenameNoExtension}.exe",
"args": [],
"stopAtEntry": true,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"miDebuggerPath": "C:\\MinGW\\bin\\gdb.exe",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
],
"preLaunchTask": "g++.exe build active file"
}
]
}
最佳答案
程序设置指定要调试的程序。在这里,它被设置为 Activity 文件文件夹 $ {fileDirname} 和 Activity 文件名,扩展名为.exe $ {fileBasenameNoExtension} .exe ,如果helloworld.cpp是 Activity 文件,则它将为helloworld.exe。
主要问题是vccode无法找到当前文件进行调试。
这些链接可能对您有用。
Docs
Configuration
关于c++ - 使用Visual Studio代码和Lunch.json文件调试C++代码时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61229502/
我目前正在构建一个即将完成的 Ionic v.3 应用程序,我们正在尝试使用 Ionic Pro 服务为 booth iOS 和 Android 构建该应用程序。我已经为展台 Android 和 iO
我使用基于社区的 AMI 作为 Auto Scaling 启动配置的一部分,我需要加密 EBS 卷。当我尝试创建启动配置时,根卷的 Encrypted 属性设置为 No,我无法更改它: 但如果我尝试直
所有员工进/出数据输入都以这种格式获取: logtype time Date -----------------------------
我需要使用 TDCH(Hadoop 的 Teradata 连接器)将存储为 parquet 文件的 Hive 表中的数据加载到 Teradata 数据库。我使用 TDCH 1.5.3 和 CDH 5.
我是一名优秀的程序员,十分优秀!