Error 2 when trying to run Codelite debugger in Windows 10 / cygwin

CodeLite installation/troubleshooting forum
wrsmith50
CodeLite Curious
Posts: 4
Joined: Fri Aug 14, 2020 3:04 am
Genuine User: Yes
IDE Question: C++
Contact:

Error 2 when trying to run Codelite debugger in Windows 10 / cygwin

Post by wrsmith50 »

Using Codelite IDE
Programmed in c

AOC is the workspace (located in E:\AOC)
AOC01B is the project (located in E:\AOC\AOC01B)
AOC01B.exe is in E:\AOC\build-Debug\bin.

When I try to run Codelite debugger, I get the following popup error:

Debugger exited with the following error string:
"Error creating process
/cygdrive/e/AOC\AOC01B/E:\\AOC/build-Debug/bin/AOC01B.exe,
(error 2: The system cannot find the file specified.)"

I am not sure why the debugger adds "E:\\AOC/".

Any help will be gratefully received!