Đang chuẩn bị liên kết để tải về tài liệu:
Visual studio 2010 part 18

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Microsoft Visual Studio 2010: A của Hướng dẫn mới bắt đầu Nếu bạn đã được làm việc trên các mã của bạn và muốn cập nhật các cuộc gọi cấp bậc cửa sổ, hãy nhấp vào Refresh. Mỗi khi bạn xem các cuộc gọi cấp bậc, các sản phẩm được chọn sẽ được thêm vào danh sách. Bạn có thể sử dụng nút Remove Root xoá một mục từ danh sách. | 150 Microsoft Visual Studio 2010 A Beginner s Guide If you ve been working on your code and want to update the Call Hierarchy window click Refresh. Every time you view Call Hierarchy the selected item is added to the list. You can use the Remove Root button to delete an item from the list. The Toggle Details Pane button shows and hides the Details pane which shows the code and location of the call site. In Figure 6-1 the Main method is selected which shows the call to GetOrderDiscounts off the cust instance of Customer from Listing 6-1. The actual code line is shown also. You can double-click the statement to navigate the editor to the location of that statement. In fact you can double-click any call site in the Call Hierarchy to navigate to the location of the call site in the editor. The Call Hierarchy shows all of the possible paths you can take through a specific point in code. While quite useful it s limited to providing a static view of your code and it does not provide the detailed insight into your running program that debugging may require. When debugging you typically need to view the running state of an application at a specific point in time. The following sections show you various features of the debugger that help you inspect the runtime behavior of code. Configuring Debug Mode By default VS creates projects with Debug mode enabled which specifies project settings that make it possible for you to debug your application. The VS toolbar shows you the current configuration settings you re using clicking the drop-down list will show Debug and Release configurations. The Release configuration defines settings for your program that you want to use when you deploy it for production actual use. You can also create a custom configuration that allows you to set project properties how you want. For the purposes of this chapter we will use the Debug configuration. To understand what the Debug configuration gives you ensure that the Debug configuration is selected

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.