Debugger StepInto auto-generated code and JMC issue
问题 I'm making a managed .NET debugger using MDBG sample. Currently I'm struggling with StepInto behavior, while StepOut and StepOver seems to work. To achieve Just-My-Code stepping I'm calling SetJMCStatus on modules load. That works fine and allow me to debug just my code. But since I'm setting entire module as JMC, some auto-generated code comes into play and ruin stepping-into. An example of such code could be auto-property. Since debugger is executing Il instructions, with step-into I'm