吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1391|回复: 10
收起左侧

[求助] OutputDebugString不知怎么使用

[复制链接]
Rodriguezs 发表于 2021-3-2 14:30
[C] 纯文本查看 复制代码
#include <Windows.h>
#include <stdio.h>
#include <tchar.h>

int main()
{
    fopen("1.txt","r+");
    int res = GetLastError();

    TCHAR str[50] = {0};
    wprintf(str,L"ERROR = %d",res);
    OutputDebugString(str);

    return 0;
}


我在调试状态下,运行OutputDebugString()之后,输入窗口中无结果显示,不知因该怎么写?

免费评分

参与人数 1吾爱币 +1 热心值 +1 收起 理由
17877087703 + 1 + 1 热心回复!

查看全部评分

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

156608225 发表于 2021-3-2 14:36
格式化子串是sprintf,printf是打印函数
 楼主| Rodriguezs 发表于 2021-3-2 14:46
156608225 发表于 2021-3-2 14:36
格式化子串是sprintf,printf是打印函数

我是想用OutputDebugString输出到调试输出框中
yanlusu 发表于 2021-3-2 14:54
鸭子咯咯哒~ 发表于 2021-3-2 15:12
Rodriguezs 发表于 2021-3-2 14:46
我是想用OutputDebugString输出到调试输出框中

你找找输出框看看有没有
冥界3大法王 发表于 2021-3-2 15:27
这玩意不是为了输出给debugview 的啊
yanlusu 发表于 2021-3-2 15:36
Rodriguezs 发表于 2021-3-2 14:46
我是想用OutputDebugString输出到调试输出框中

Project > Properties > Debug tab, turn on the "Enable unmanaged code debugging" checkbox. Renamed to "Enable native code debugging" in later VS versions. With the unmanaged code debugging engine enabled, OutputDebugString() output is now properly intercepted and directed to the Output window.

https://stackoverflow.com/questions/3040004/can-output-from-outputdebugstring-be-viewed-in-visual-studios-output-window
 楼主| Rodriguezs 发表于 2021-3-2 17:00
yanlusu 发表于 2021-3-2 14:54
Debugview了解一下。

我看别人发的教程中可以在控制台中用,不知为什么我的就不可以用。
13959036660 发表于 2021-3-2 17:09
Debugview 了解一下
 楼主| Rodriguezs 发表于 2021-3-2 22:05

我看一个教程,就在VS中也能用,但我的不可以。
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 07:49

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表