Bug 51356 - debugger does not find executable
Summary: debugger does not find executable
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-30 11:41 UTC by Sven Schmidt
Modified: 2003-05-18 22:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Schmidt 2002-11-30 11:41:14 UTC
Version:            (using KDE KDE 3.0.4)
Installed from:    SuSE RPMs

HI!

The debugger does not find the executable despite the path is correct.
The message is:

gdb-Meldung:
This GDB was configured as "i586-suse-linux"..."/home/sschmidt/testcpp/src/testcpp": No such file or directory.

Regards, Sven Schmidt
Comment 1 Sven Schmidt 2002-11-30 11:47:39 UTC
Subject: Re:  New: debugger does not find executable

sschmidt@physik.uni-bremen.de wrote:

>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
>     
>http://bugs.kde.org/show_bug.cgi?id=51356     
>           Summary: debugger does not find executable
>           Product: kdevelop
>           Version: unspecified
>          Platform: SuSE RPMs
>        OS/Version: Linux
>            Status: UNCONFIRMED
>          Severity: normal
>          Priority: NOR
>         Component: general
>        AssignedTo: kdevelop-devel@barney.cs.uni-potsdam.de
>        ReportedBy: sschmidt@physik.uni-bremen.de
>
>
>Version:            (using KDE KDE 3.0.4)
>Installed from:    SuSE RPMs
>
>HI!
>
>The debugger does not find the executable despite the path is correct.
>The message is:
>
>gdb-Meldung:
>This GDB was configured as "i586-suse-linux"..."/home/sschmidt/testcpp/src/testcpp": No such file or directory.
>
>Regards, Sven Schmidt
>
>
>  
>
This is refering to today's cvs.


Comment 2 whirm 2002-12-05 00:54:09 UTC
i'm using kdevelop 3.0_alpha2 in kde3.1_rc3 6 when I execute an compiled project it 
runs normaly, when I debug it from the output window (without the:"enable separate 
terminal for aplication IO"on the project->debugger preferences) 
 
Regards & salutes! 
 
Whirm 
 
Comment 3 whirm 2002-12-05 00:56:09 UTC
oh, I'm using gentoo fully updated on a dual athlon xp2100+ tyan 2466n-4m  
(I thing that info is not usefull but perhaps.....) 
 
many thanks! 
Comment 4 Amilcar do Carmo Lucas 2003-04-03 14:07:37 UTC
Can you test this one again? 
Comment 5 John Birch 2003-05-18 22:23:25 UTC
This has been fixed in cvs. A tidy-up for the case where the executable really dosen't exist 
(because the user hasn't compiled the program yet for instance) is probably still required. This is 
a separate, but related, issue though 
Comment 6 Sven Schmidt 2003-05-19 09:34:06 UTC
Subject: Re:  debugger does not find executable

John Birch wrote:

>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
>     
>http://bugs.kde.org/show_bug.cgi?id=51356     
>jbb@kdevelop.org changed:
>
>           What    |Removed                     |Added
>----------------------------------------------------------------------------
>             Status|UNCONFIRMED                 |RESOLVED
>         Resolution|                            |FIXED
>
>
>
>------- Additional Comments From jbb@kdevelop.org  2003-05-18 22:23 -------
>This has been fixed in cvs. A tidy-up for the case where the executable really dosen't exist 
>(because the user hasn't compiled the program yet for instance) is probably still required. This is 
>a separate, but related, issue though
>
>
>  
>
Works now fine! :-)

Sven Schmidt