You are creating a Web application by using the Virtual Earth 6.0 map control in the Microsoft Visual Studio environment. A Web page in the application is programmed by using the client-side JavaScript code. You insert break points at appropriate locations within the code. When you debug the application, you find that you are able to step into the server-side code. However, you are unable to step into the client-side JavaScript code. You need to debug the client-side JavaScript code. What should you do?
A.
In the client-side JavaScript code, insert the Debugger command before each break point.
B.
In Visual Studio, select the Attach to Process option from the Debug menu. Then attach the debugger to the Microsoft Internet Explorer process.
C.
In Microsoft Internet Explorer, clear the Disable Script Debugging (Internet Explorer) option in the Internet Options dialog box.
D.
In Microsoft Internet Explorer, select the Enable Display a notification about every script error option in the Internet Options dialog box.