由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Newbie Question about Debugging
相关主题
Visual Studio.net is buggy..net framework的source code在visual studio 2008 Express Edition里debugging时能看到吗?
一个非常奇怪的问题how to debug managed dll when called from unmanaged code
VS2005能和VS2003装在一个OS上么?Code review
Edit & Continue不work,怎么办?c#不作asp.net有前途吗?
vsc#.net的程序怎么这么耗内存?这样的deadlock如何debug? (转载)
C# equivalent of #ifdef _DEBUGlinq在debug的时候看不出错误的地方啊。
Interesting change in vs 2005error run ASP.NET WEB API C# on Visual Studio 2013 (转载)
The "automatically log me in" option大侠,推荐一本比较好的VB.net的入门书吧
相关话题的讨论汇总
话题: debugging话题: newbie话题: question话题: aspx
进入DotNet版参与讨论
1 (共1页)
a*******t
发帖数: 891
1
I am new to C#.NET. I know I can use Trace.Write to print debug information to
the aspx page. What about the classes that don't have a "front" aspx page? How
do I print debugging information?
Thanks!
n*********g
发帖数: 75
2
try log4net.

【在 a*******t 的大作中提到】
: I am new to C#.NET. I know I can use Trace.Write to print debug information to
: the aspx page. What about the classes that don't have a "front" aspx page? How
: do I print debugging information?
: Thanks!

a*******t
发帖数: 891
3
Thanks!

information to
How

【在 n*********g 的大作中提到】
: try log4net.
d**u
发帖数: 8
4
You can write to a local file
Or you can write to event log

to
How

【在 a*******t 的大作中提到】
: I am new to C#.NET. I know I can use Trace.Write to print debug information to
: the aspx page. What about the classes that don't have a "front" aspx page? How
: do I print debugging information?
: Thanks!

m**********e
发帖数: 19
5
why not simple trace down. hehe
or: System.Diagnostics.EventLog.WriteEntry

to
How

【在 a*******t 的大作中提到】
: I am new to C#.NET. I know I can use Trace.Write to print debug information to
: the aspx page. What about the classes that don't have a "front" aspx page? How
: do I print debugging information?
: Thanks!

a*******t
发帖数: 891
6
I'll look into that as well. Thanks.

information

【在 m**********e 的大作中提到】
: why not simple trace down. hehe
: or: System.Diagnostics.EventLog.WriteEntry
:
: to
: How

1 (共1页)
进入DotNet版参与讨论
相关主题
大侠,推荐一本比较好的VB.net的入门书吧vsc#.net的程序怎么这么耗内存?
[合集] 说到netadvantageC# equivalent of #ifdef _DEBUG
[合集] Log on to a remote computerInteresting change in vs 2005
[合集] How to tell if a connection is http or https?The "automatically log me in" option
Visual Studio.net is buggy..net framework的source code在visual studio 2008 Express Edition里debugging时能看到吗?
一个非常奇怪的问题how to debug managed dll when called from unmanaged code
VS2005能和VS2003装在一个OS上么?Code review
Edit & Continue不work,怎么办?c#不作asp.net有前途吗?
相关话题的讨论汇总
话题: debugging话题: newbie话题: question话题: aspx