"Process launched" is the result.
At some time prior the IDE tells lldb what file to launch. (I don't recall the lldb command, using that to rarely).
So the IDE may give it the folder, the link, or the final exe. Which one?
And if you run lldb outside the IDE, and give it any of the other, what happens. Can lldb launch that exe in a way that it gives the same result?
I recall that I tested variations to see what is needed so lldb would actually work at all. Maybe there is only one, maybe there are many options and I took the first that worked.
So, can lldb actually be called in a way that it would give the same result? Because if lldb can't, then there is nothing we can do. (nothing that I would know of).
Sorry, but I am not currently testing this myself. I don't have a Mac, I can access one remotely, but given that every mouse click and keystroke does something different from what Linux and/or Window would do, I always spent a lot of time undoing unwanted actions... Hence, I wont be checking this myself.
How did you obtain the "non debug" result?
- Click on desktop?
- open the_folder
- ./the_folder/Content/MacOs/foo
- ...
?
Do all of them return the same result?
What dose "run without debug" in the IDE return?