Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / .unmaintained / m68k-pp-native / DEBUGGING.txt
blob912f15908e39c2fc0ec4ddb2e20655a47cc5b241
1 It's possible to get debug output done by AROS through
2 D(bug("")) (kprintf) out of the Palm Emulation into the
3 Linux Shell by doing this:
5 1. Compile AROS/Palm using this configure option:
7    ./configure --target=pp-m68k --enable-palm-debug-hack
8    
9    This will make AROS' exec/RawPutChar() simply poke the
10    debug char into address 0xdddddebc.
11    
12 2. Use a special version of XCopilot which turns byte writes
13    to address 0xdddddebc into output going into the Linux
14    shell.
15    
16    All you need to do is get the source of XCopilot 0.6.6 and
17    replace the file "mc68k/memory.c" with "xcopilotpatch/memory.c"
18    before compiling XCopilot.
19