Asm Debugger Window

Started by Akko, July 20, 2018, 01:07:52 AM

Previous topic - Next topic

Akko

I am maybe just too stupid...

How can I display (disassemble) the generated assembler code of a function within a (console) program?
The debugger shows only the source lines, but not the compiler results

TimoVJL

From mouse right click, context menu -> Show disassembly
May the source be with you

Akko

Thank you, this did it, but only after:
- upgrade to latest V9 RC #3
- cleaning the source directory from old map/dbg or whatever files, some of them created with podump

Either I had been too tired or blind, or something got stuck between file and version conflicts.
I don't know which, but it is solved now. Thanks again!