Hey,

Thanks for the information. I will try to use zylin as a reference.

I'm working on an 8051softcore (msc51) that runs FreeRTOS in my spare time.

https://github.com/migraichen/light52

But for further reseach i need a better development environment and of cause a 
debugger.

Best regards

Michael




-------- Ursprüngliche Nachricht --------
Von: Casainho <casai...@gmail.com>
Datum: 22.11.18 09:27 (GMT+01:00)
An: sdcc-user@lists.sourceforge.net
Betreff: Re: [Sdcc-user] Eclipse using different debugger than GDB

See here how I debug using Eclipse (on Linux), on this case STM8 on cheap 
chinese ebike motor controllers and displays:

- 
https://opensourceebikefirmware.bitbucket.io/development/Development_tools--Linux--Step-by-step_tutorial_development_tools--(optional)_Tools_to_debug_the_firmware.html

- 
https://opensourceebikefirmware.bitbucket.io/development/Development_tools--Linux--Step-by-step_tutorial_development_tools.htmls

Cumprimentos,
Jorge Pinto


On Wed, Nov 21, 2018 at 8:12 PM Michael Graichen 
<michael.graic...@hotmail.com<mailto:michael.graic...@hotmail.com>> wrote:
Hey,

Does anyone know how I can teach eclipse cdt to use a different debugger than 
gdb?

I can change the debugger in the "Debug configuration" to a different program.
Eclipse seems to call this program with "--version" as an argument but if it's 
not gdb it will exit. So i wrote a little c program that gives exactly the same 
output as my gdb when "--version" is the first argument. Then eclipse seems to 
call gdb a second time but will exit later because of an timeout.

I would love to teach eclipse to work with sdcdb but I'm stuck right now.

Or what IDEs are you using?

Best regards,
Michael
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net<mailto:Sdcc-user@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/sdcc-user
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to