Net Advanced Debugging Part 2: Introduction to CLR, Windows Loader and Application Domain
Net Advanced Debugging Part 2: Introduction to CLR, Windows Loader and Application Domain 1. Introduction Today is the second article on Net advanced debugging. The first article records my learning of Net advanced debugging. The first step in debugging is to get to know some debugging tools. With the tools to rely on, we begin to travel to the ends of the world and start the official journey of Net advanced debugging. Let me start by saying that my article, [Debugging and Testing], is generally divided into two parts. The first part is all the test code samples to be used, and it is also for everyone’s convenience. The first time I did the test, I still left. Many detours. The second part is to use the Windbg debugger to debug the code. However, it needs to be explained that there are still some skills, or methods, in using Windbg. If you are not familiar with it, it is recommended to familiarize yourself with it in advance, because my testing process, I will not copy all the processes and will omit some less important steps. However, if it is the first time to use this software, the results you get…
Net Advanced Debugging Part 2: Introduction to CLR, Windows Loader and Application Domain
Net Advanced Debugging Part 2: Introduction to CLR, Windows Loader and Application Domain 1. Introduction Today is the second article on Net advanced debugging. The first article records my learning of Net advanced debugging. The first step in debugging is to get to know some debugging tools. With the tools to rely on, we begin to travel to the ends of the world and start the official journey of Net advanced debugging. Let me start by saying that my article, [Debugging and Testing], is generally divided into two parts. The first part is all the test code samples to be used, and it is also for everyone’s convenience. The first time I did the test, I still left. Many detours. The second part is to use the Windbg debugger to debug the code. However, it needs to be explained that there are still some skills, or methods, in using Windbg. If you are not familiar with it, it is recommended to familiarize yourself with it in advance, because my testing process, I will not copy all the processes and will omit some less important steps. However, if it is the first time to use this software, the results you get…