News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Debugger cannot open file

Started by wfws, April 11, 2014, 05:23:18 PM

Previous topic - Next topic

wfws

 
I'm trying to use Debugger in C.  I have  cygwin installed, and the debugger settings to c:\cygwin\bin\gdb.exe.   When I start debug I get "Cannot open file: /cygdrive/c/Users/Valued Customer/Google Drive/Programs/C Programs/permute/main.c . 

Debug is my next challenge.  I'm a student, and I'm sure I'll need it alot! 

Thanks for your help. 

stahta01

Please search for cygwin debuggers fixes or work around.

I know that some cygwin versions required a Windows Registry entry to work with some CB versions.

I can NOT help you; I do NOT use the CB debugger very much.

To get help you need to report the CB Version, cygwin version, and gdb version.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

wfws

Thanks for taking time to reply.  In case others might be able to help, heres the version info I omitted:
CB: version 13:12
Cygwin version: 2.844
GDB version: 7.6.50.20130728-cvs (cygwin-special)

I'll do a search and see what I can find. 

Wfws

Napoleon

wfws,
  Could you post what is shown in the "Logs & others" window, in the Debugger Tab.  Maybe the Build Log too?

Cheers.