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> 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
> 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