itgle.com
更多“What’s the difference between Debug and Trace class?(Debug类与Trace类有什么区别)”相关问题
  • 第1题:

    Which command will debug the AIX kernel?()

    A.kdb

    B.snap

    C.truss

    D.trace


    参考答案:A

  • 第2题:

    A network admin wants to know every hop the packets take when he accesses cisco.com. Which command is the most appropriate to use?()

    A.path cisco.com

    B.debug cisco.com

    C.trace cisco.com

    D.traceroute cisco.com


    参考答案:D

  • 第3题:

    What is the difference between Skinner’s behaviorism and Chomsky’s mentalism?
    Where behaviorism ignored the contribution of the child itself in the learning process, mentalism has practically denied that linguistic input and environment play a role in this process, and has generally paid very scant attention to the actual course language development takes.

  • 第4题:

    Which interface is used to configure debug parameters for log files?()

    • A、Datastore Control Center  
    • B、Alarm and Trace Configuration  
    • C、Custom File Configuration  
    • D、Control Center 

    正确答案:B

  • 第5题:

    Which tool or interface is used to configure debug parameters for log files?()

    • A、license information
    • B、Alarm and Trace Configuration 
    • C、CRS Installer 
    • D、Control Center

    正确答案:B

  • 第6题:

    What can help expose problems with script logic or validity by simulating the execution of a script?()

    • A、Alarm and Trace Configuration  
    • B、debug session  
    • C、script validation  
    • D、script refresh

    正确答案:B

  • 第7题:

    You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Frameworkversion 3.5.  You attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance to debug the JavaScript code in the AJAX application.  You need to ensure that the application displays the details of the client-side object on the debugger console.  What should you do?()

    • A、Use the Sys.Debug.fail method. 
    • B、Use the Sys.Debug.trace method. 
    • C、Use the Sys.Debug.assert method. 
    • D、Use the Sys.Debug.traceDump method.

    正确答案:D

  • 第8题:

    阿卡7750SR以下哪些不能通过配置log来输出()

    • A、Main
    • B、Security
    • C、Statistics
    • D、Change
    • E、Debug-Trace

    正确答案:C

  • 第9题:

    Which command displays the CHAP authentication process as it occurs between two routers?()

    • A、debug authentication
    • B、debug chap ppp
    • C、debug chap authentication
    • D、debug ppp authentication

    正确答案:D

  • 第10题:

    Certkiller.com has employed you as a system administrator. You are in the process of creating anASP.NET AJAX application using .NET Framework v3.5.  You receive an instruction from management to debug the JavaScript code in the application. Youthen attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance. Youneed to make sure that the details of the client side object on the debugger console is displayedon the application.  What should you do?()

    • A、This can be achieved using the Sys.Debug.fail method.
    • B、This can be achieved using the Sys.Debug.traceDump method.
    • C、This can be achieved using the Sys.Debug.trace method.
    • D、This can be achieved using the Sys.Debug.assert method.

    正确答案:B

  • 第11题:

    You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You plan to use a PresentationTraceSources object when the application is executed by users. When the application is executed in a test environment, all debug information is successfully captured. You need to be able to capture debug information when the application is deployed. What should you do?()

    • A、 Enable WPF tracing in the registry.Restart the application.
    • B、 Enable tracing by modifying local Group Policy.Restart the application.
    • C、 Open the XML configuration file for your application on the user's computer.Set tracing to a verbose level.Restart the application.
    • D、 Open the XML configuration file for your application on the user's computer.Add a trace listener.Restart the application.

    正确答案:A

  • 第12题:

    单选题
    Certkiller.com has employed you as a system administrator. You are in the process of creating anASP.NET AJAX application using .NET Framework v3.5.  You receive an instruction from management to debug the JavaScript code in the application. Youthen attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance. Youneed to make sure that the details of the client side object on the debugger console is displayedon the application.  What should you do?()
    A

    This can be achieved using the Sys.Debug.fail method.

    B

    This can be achieved using the Sys.Debug.traceDump method.

    C

    This can be achieved using the Sys.Debug.trace method.

    D

    This can be achieved using the Sys.Debug.assert method.


    正确答案: A
    解析: 暂无解析

  • 第13题:

    Which command displays the CHAP authentication process as it occurs between two routers?()

    A. debug authentication

    B. debug chap ppp

    C. debug chap authentication

    D. debug ppp authentication


    参考答案:D

  • 第14题:

    What’s the difference between casual listening and focused listening?
    If we listen with no particular purpose in mind, and often without much concentration, the kind of listening is called casual listening. Usually we do not listen very closely, unless we hear something that particularly interests us, and afterwards we may not remember much of what we heard. However if we listen for a particular purpose, to find information we need to know, the kind of listening is called focused listening. In these situations we listen much more closely; but we do not listen to everything we hear with equal concentration—we listen for the most important points or for particular information. Usually we know beforehand what we are listening for.

  • 第15题:

    Cisco路由器在超级权限模式下,通过()命令可以实时显示路由器的工作情况。

    • A、debug;
    • B、trace;
    • C、telnet;
    • D、show。

    正确答案:D

  • 第16题:

    A network admin wants to know every hop the packets take when he accesses cisco.com. Which command is the most appropriate to use?()

    • A、path cisco.com
    • B、debug cisco.com
    • C、trace cisco.com
    • D、traceroute cisco.com

    正确答案:D

  • 第17题:

    How do you start an event-triggered debug session?()

    • A、Select "Start" from the Debug menu in CRS Script Editor.  
    • B、Select "Reactive Script..." from the Debug menu in CRS Script Editor.  
    • C、Select "Debugging" from the Trace menu in CRS Application Administration.  
    • D、Select "Start Trace" from the Trace menu in CRS Application Administration.

    正确答案:B

  • 第18题:

    You are the newly appointed system administrator at Certkiller.com. The previous administratorcreated a Microsoft ASP.NET application using Microsoft .NET Framework v3.5.  You need to capture the timing and performance information of the application. Managementwants you to make sure that data is only accessible when a client is logged onto the Web servernot the individual Web pages.  What should you do?()

    • A、You should consider adding <compilation debug="true" /> to the Web.config file.
    • B、You should consider adding <compilation debug="false" urlLinePragmas="true" /> to theWeb.config file.
    • C、You should consider adding <trace enabled="true" writeToDiagnosticsTrace="true"pageOutput="true" localOnly="true" /> to the Web.config file.
    • D、You should consider adding <trace enabled="true" pageOutput="false" localOnly="true" /> tothe Web.config file.

    正确答案:D

  • 第19题:

    You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Framework version 3.5.  You attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance to debug the JavaScript code in the AJAX application.  You need to ensure that the application displays the details of the client-side object on the debugger console.  What should you do?()

    • A、Use the Sys.Debug.fail method.
    • B、Use the Sys.Debug.trace method.
    • C、Use the Sys.Debug.assert method.
    • D、Use the Sys.Debug.traceDump method.

    正确答案:D

  • 第20题:

    如何在AMS客户端上打开OLT的debug Trace


    正确答案:选中OLT,在OLT的Object Details -> Additional Info页面,EMS Detailed Tracing栏选中需要打开的Trace

  • 第21题:

    Which command will debug the AIX kernel?()

    • A、kdb
    • B、snap
    • C、truss
    • D、trace

    正确答案:A

  • 第22题:

    A Windows Communication Foundation (WCF) application exposes a service as a SOAP endpoint for consumption by cross-platform clients.During integration testing, you find that one of the clients is not generating the correct messages to the WCF application.In order to debug the issue and fix the communication, you need to configure the service to log messages received from the client.What should you do?()

    • A、Set an etwTracking behavior on the service and configure a listener for the System.ServiceModel trace source.
    • B、Set an etwTracking behavior on the service and configure a listener for the System.ServiceModel.MessageLogging trace source.
    • C、Enable messageLogging in the System.ServiceModel diagnostics element configuration and configure a listener for the System.ServiceModel.MessageLogging trace source.
    • D、Enable messageLogging in the System.ServiceModel diagnostics element configuration and configure a listener for the System.ServiceModel trace source.

    正确答案:C

  • 第23题:

    You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application contains a custom control that is used to display customer information. You discover that the custom control is not rendering correctly. You need to identify the WPF element that is causing the issue. You want to achieve this goal by using the minimum amount of administrative effort. What should you do?()

    • A、 Start the application in debug mode.Place a breakpoint at the main entry point of the application.Use the debugger to step through the application code.
    • B、 Start the application in debug mode.Place a breakpoint at the main entry point of the application.Use the WPF Tree Visualizer tool.
    • C、 Enable IntelliTrace and configure Visual Studio to generate a trace log.Start the application in debug mode.
    • D、 "Enable IntelliTrace and configure Visual Studio to generate a trace log.Start the application by double-clicking the executable file (.exe).

    正确答案:B