Code: Select all
Current working directory: /home/jeffbarnes/svn/Device/DeviceApp/Executor/Debug
Running program: /usr/bin/codelite_xterm './Executor --debug=0xFFFF --console' '/bin/sh -f /usr/bin/codelite_exec LD_LIBRARY_PATH=/usr/local/asm/lib ./Executor --debug=0xFFFF --console'
Program exited with return code: 0
The program should not have exited.
When I cut and paste everything after "Running program: " to the end of the line, the xterm comes up and the program does not exit. When I run the program in the codelite debugger, the program does not exit.
In the project settings, under the General tab, I have the following values:
...
Intermediate Directory: ./Debug
Program: ./$(ProjectName)
Program Arguments: --debug=0xFFFF --console
Working Directory: $(IntermediateDirectory)
The Settings->Environment Variables looks like this:
LD_LIBRARY_PATH=/usr/local/asm/lib
CodeLiteDir=/usr/share/codelite
Why doesn't the Ctl-F5 or the Green Arrow (Run Active Project) run as expected?