View Revisions: Issue #37344
Summary | 0037344: Cannot run application with debugging | ||
---|---|---|---|
Revision | 2020-07-13 13:56 by Martin Friebe | ||
Description | Running with debugging launches lldb but it has no arguments and so the application does not run. Note that the application (just the default Form1 with not additions) has been compiled and the executable does exist and can be run from the command line without debugging "open ./project1.app" or with debugging as "lldb ./project1.app". |
||
Revision | 2020-07-13 13:50 by Trevor Roydhouse | ||
Description | Running with debugging launches lldb but it has no arguments and so the application does not run. Running without debugging also fails with the dialog attached. Note that the application (just the default Form1 with not additions) has been compiled and the executable does exist and can be run from the command line without debugging "open ./project1.app" or with debugging as "lldb ./project1.app". |