NO

Author Topic: Asm Debugger Window  (Read 2343 times)

Offline Akko

  • Member
  • *
  • Posts: 31
Asm Debugger Window
« 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

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Asm Debugger Window
« Reply #1 on: July 20, 2018, 07:28:31 AM »
From mouse right click, context menu -> Show disassembly
May the source be with you

Offline Akko

  • Member
  • *
  • Posts: 31
Re: Asm Debugger Window
« Reply #2 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!