How does adding a run-time breakpoint in Visual Studio work?
问题 When I add a breakpoint to some C# code during run-time, it gets hit. How does this actually happen? I want to say that when running in debug mode, Visual Studio has references for code blocks, and when a breakpoint is added during run-time, it would be activated once that reference is called in the compiled code. Is that a correct assumption? If so, can you please provide more details about how that works? 回答1: This is actually a rather large and complicated topic, and it is also