Page 1 of 1

GDB with Python scripting support

Posted: Fri Jul 12, 2019 9:01 am
by Chano
Hi,

I'm trying to debug GBA code using Qt Creator and mGBA.

When I start arm-none-eabi-gdb from Qt Creator, it says that the selected build of GDB does not support Python scripting, so it can't be used for debugging.

Anyone knows how to build arm-none-eabi-gdb with with Python scripting support?

Thanks.

Re: GDB with Python scripting support

Posted: Wed Jul 17, 2019 6:41 am
by Chano
By the way, do you know of any good IDE / editor for debugging with devkitARM?

Re: GDB with Python scripting support

Posted: Wed Jul 17, 2019 1:17 pm
by WinterMute
What's your host OS?

Re: GDB with Python scripting support

Posted: Wed Jul 17, 2019 5:05 pm
by Chano
Ubuntu 16 and 18, but I can setup a virtual machine with another OS if that's necessary.