的Debug.WriteLine [英] Debug.Writeline

查看:66
本文介绍了的Debug.WriteLine的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


这个问题可能听起来很愚蠢......无论如何,这是好消息!


哪里可以看到Debug.Writeline的输出?


谢谢。

kd

Hi All,

This question may sound very silly....anyway, here is goes!

Where can one see the output of Debug.Writeline?

Thanks.
kd

推荐答案

KD,


这对我来说并不愚蠢,对我来说也是一个问题,并且很少在这个新闻组中询问



在视图中打开 - > OtherWindows - >输出,


你看它真的很好隐藏。


我希望这会有所帮助,


Cor
KD,

This one is not silly it was in the beginning a problem for me as well and
seldom asked in this newsgroup.

Open in View -> OtherWindows -> Output,

You see it is really good hidden.

I hope this helps,

Cor


Cor,


输出窗口,我想是显示结果的窗口

compiliation。此窗口已在我的IDE中打开。输出窗口,

但是没有显示Debug.Writeline的结果


kd

" Cor Ligthert"写道:
Cor,

The Output window, I guess is the window which displays the result of
compiliation. This window is already open in my IDE. The output window,
however does not show the result of Debug.Writeline

kd
"Cor Ligthert" wrote:
KD,

这个并不傻,这对我来说也是一个问题,而且很少在这个新闻组中被问到。

在视图中打开 - > OtherWindows - >输出,

你看它真的很好隐藏。

我希望这会有所帮助,

Cor
KD,

This one is not silly it was in the beginning a problem for me as well and
seldom asked in this newsgroup.

Open in View -> OtherWindows -> Output,

You see it is really good hidden.

I hope this helps,

Cor



KD,


奇怪


此程序处于调试模式

\\\

公共类KD

公共共享子主()

Debug.WriteLine(" Hello KD" ;)

结束子

结束类

///

在我的输出窗口中有这个结果


你好KD

程序''[2132] TestProject16.exe''退出时代码为0(0x0)。


你能试试吗?


Cor
KD,

Strange

This program in debug mode
\\\
Public Class KD
Public Shared Sub Main()
Debug.WriteLine("Hello KD")
End Sub
End Class
///
has this as result in my output window

Hello KD
The program ''[2132] TestProject16.exe'' has exited with code 0 (0x0).

Can you try it?

Cor


这篇关于的Debug.WriteLine的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆