Replies: 2 comments
-
Hi @m-kro , |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ewaterlander I hope #1242 helps you determining the cause. I used Managed Build which seems to translate to Legacy Makefile? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe I've overseen something as I'm rather new to CDT (but more or less familiar with Eclipse). I try to debug my program when called with some command line arguments but those are not forwarded to the main function. Everything works fine when running the release executable.
Obviously I entered the arguments in the respective fields of both the release and the debug launch configurations.
It happens as well when using a slightly adapted version of the HelloWorld example:
In the gdb traces the arguments are set at some point:
Still
argc
equals 1?! Does anybody know why the arguments don't show up? I use Eclipse 2025-06 under Linux if that matters...Beta Was this translation helpful? Give feedback.
All reactions