Pelles C forum

C language => Beginner questions => Topic started by: Akko on July 20, 2018, 01:07:52 AM

Title: Asm Debugger Window
Post by: Akko on July 20, 2018, 01:07:52 AM
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
Title: Re: Asm Debugger Window
Post by: TimoVJL on July 20, 2018, 07:28:31 AM
From mouse right click, context menu -> Show disassembly
Title: Re: Asm Debugger Window
Post by: Akko on July 20, 2018, 11:04:58 AM
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!