Page 1 of 1

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

Posted: Mon Jan 15, 2024 4:30 am
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!