C#面试题

当前位置: 面试问题网 > C#面试题 > C# Debug和Testing相关面试题

C# Debug和Testing相关面试题

1. .NET SDK自带的调试工具是哪个?
   a. CorDBG — 命令行调试器, 使用CorDBG需要在编译原始C#文件的时候使用/debug开关
   b. DbgCLR — 界面调试器, Visual Studion .net 使用 DbgCLR
   2. assert()方法有什么作用?
   在debug编译过程中,assert会把一个boolean条件作为参数,并且在条件不成立的时候报错,程序在boolean条件为true的时候不会有任何影响。
   3. Debug类和Trace类有什么区别?
   Documentataion是一样的, Debug类只在调试环境中用,Trace类在debug环境和交付环境都可以用。
   4. 在System.Diagnostics.TraceSwitcher里面,共有哪五种跟踪级别(Tracing Levels)?
   5. TextWriterTraceListener的输出会输出到哪里?
   根据传到它的构造方法的参数,可以输出到Console或者一个文本文件
   6. 如何调试一个ASP.NET web应用?
   Attach aspnet_wp.exe 进程到你的DbgCLR debugger
   7. 在debug一个C# application的时候,能不能改变一个变量的值?
   可以,如果你使用Visual Studio.NET, 只需到Immediate window改就行了

【C# Debug和Testing相关面试题】相关文章

1. C# Debug和Testing相关面试题

2. What\'s the difference between Debug and Trace class? (Debug类与Trace类有什么区别)

3. String、StringBuffer、StringBuilder有区别

4. String和StringBuffer的区别

5. 软件测试LoadRunner面试题:Explain the following functions: – lr_debug_message

6. Java里面StringBuilder和StringBuffer有什么区别

7. Linux Interview Questions For software testers

8. 简述你对Statement,PreparedStatement,CallableStatement的理解

9. 如何打开WebSphere远程debug

10. do you have any Best Practice for testing

本文来源:https://www.mianshiwenti.com/a12984.html

点击展开全部

《C# Debug和Testing相关面试题》

将本文的Word文档下载到电脑,方便收藏和打印

推荐程度:

进入下载页面

﹝C# Debug和Testing相关面试题﹞相关内容

「C# Debug和Testing相关面试题」相关专题

其它栏目

也许您还喜欢