Replies: 1 comment
-
Yes, it should work with a standard gdb, but I'm not sure it works well. Did you consider using gdb toolkit? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I'd like to use the bundled FS-UAE with gdb standalone and thought "How hard can that be?" 😉 So I tried starting it like this (on MacOS):
/Users/docbobo/Library/Application Support/Code/User/globalStorage/prb28.amiga-assembly/downloads/[email protected]/vscode-amiga-assembly-binaries-osx/fs-uae --chip_memory=2048 --hard_drive_0=/Users/docbobo/Documents/Commodore Amiga/VSC/uae/dh0 --joystick_port_1=none --amiga_model=A1200 --remote_debugger=200 --use_remote_debugger=true --automatic_input_grab=0
, then trying to use m68k-amigaos-gdb (from ebbo) to attach to it.However, this is the result:
Is this supposed to work in theory? Any hints?
Beta Was this translation helpful? Give feedback.
All reactions