The Handmade Essentials Jam just concluded. See the results

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.