gpt4 book ai didi

WinDbg TTD : No trace files were identified from this record session

转载 作者:行者123 更新时间:2023-12-05 06:31:06 25 4
gpt4 key购买 nike

尝试使用存储中的 WinDbg 记录 Hello World 的执行。

WinDbg 设置:

Executable path: C:\Users\...\Documents\Visual Studio 2017\Projects\TestApplication\Debug\TestApplication.exe

Output directory: c:\Users\...\Documents\

代码:

#include "stdafx.h"
#include "iostream"
using namespace std;

int main()
{
std::cout << "Hello World!\n";
return 0;
}

错误:

TTD: No trace files were identified from this record session

The debugging session could not be started: Path cannot be null.Parameter name: path

为什么它不起作用?我缺少什么?

最佳答案

有时,TTD 记录无法将 TTD 文件创建到带空格的路径。建议输入或指向输出目录以将 TTD 文件保存到没有空格的路径。

关于WinDbg TTD : No trace files were identified from this record session,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51897374/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com