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

The .app doesn’t start on macOS, probably because it’s not signed. I’m not sure it’s worth fixing right now. I suggest to drop that platform for the stand-alone debugger as I don’t think there are many users for that. I also don’t think I’ll have time to properly support it and test it. I had hopes that with lldb-mi shipped by default with Xcode that the stand-alone debugger would be a nice and easy alternative to Xcode (most devs will have Xcode installed already) but lldb-mi is now removed from main LLVM depot and Xcode so this is even more of a niche usage.

BTW, the error is: “cdt-stand-alone-debugger” is damaged and can’t be opened. You should move it to the Trash.

Marc-Andre


On Sep 4, 2020, at 1:18 PM, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:

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