vs 2005 做asp.net 时 代码中使用到System.console.WriteLine(...),在debug中无法显示??
vs 2005 做asp.net 时 代码中使用到System.console.WriteLine(...),在debug中无法显示??
ps:做window app时可以显示的
这样很不方便呀!
怎么解决呢?
问题点数:20、回复次数:2Top
1 楼saucer(思归)回复于 2006-03-04 02:58:45 得分 20
after all, this is web app, use Response.Write to write to the page or System.Diagnostic.Debug.Write to see in the debug/output windowTop
2 楼petit(小云)回复于 2006-03-05 04:24:14 得分 0
谢谢,看来和app的输出方式不同啊!Top




