Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT 10.0.0 RC1 for 2020-09 RC1

CDT Standalone debugger is simply Eclipse CDT with some UI simplifications. So there is nothing inherently different about it. The UI simplifications (in the File menu) make Debug configurations with many more of the fields defaulted. But the actual launch configuration is still there and can be used. The defaults are based around running host GDB.

> If it depends on gdb, probably not, since macOS uses lldb.

No more or less dependent on gdb than full fat CDT.

On Fri., Sep. 4, 2020, 11:25 Liviu Ionescu, <ilg@xxxxxxxxxx> wrote:


> On 4 Sep 2020, at 17:53, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
>
>
> https://wiki.eclipse.org/CDT/StandaloneDebugger

It probably works only for native binaries and gdb. I tried to open a cross Arm binary, the program started but nothing was shown.

> I have no idea if anyone uses the macosx version.

If it depends on gdb, probably not, since macOS uses lldb.


Regards,

Liviu

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top