The 2025 Wheel Reinvention Jam is in 15 days. September 22-28, 2025. More info

Disassembly not working for runtime generated code

When stepping into machine code that was generated at runtime the Disassembly window does not jump to the RIP location. Expected behavior: Show disassembled memory at RIP location the same way as when stepping in the Disassembly view for compiled code.

Attached is a small example that shows the problem.

RuntimeCodeGenerationExample.zip

Thanks for this awesome debugger.

Thanks for the repro. I'll take a look.