- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 125字
- 2021-07-02 12:44:39
How to debug
If you have heard about VS, you must have heard about the debugging capabilities of the IDE. You can start the program in debug mode by pressing F10. The program will start in debug mode with the context in the first line. Let's execute a few of the lines. This will look as follows:

The highlighted line in the code editor workspace depicts the line where the current execution has halted. The line is also marked with an arrow on the very left of the code editor. You can continue pressing F10 or F11 (step into) buttons to execute these lines. You must inspect the Locals window to find out about all of the values of the local variables during their execution.
推薦閱讀
- Advanced Machine Learning with Python
- ASP.NET MVC4框架揭秘
- DevOps Automation Cookbook
- 征服RIA
- YARN Essentials
- Python Data Analysis(Second Edition)
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- HTML5+CSS3網頁設計
- Android底層接口與驅動開發技術詳解
- 深入RabbitMQ
- Linux Device Drivers Development
- 區塊鏈技術與應用
- Python+Office:輕松實現Python辦公自動化
- AutoCAD基礎教程
- Python Automation Cookbook