bugDDD - Bugs: bug #43303, problem with opening file in ddd

 
 

bug #43303: problem with opening file in ddd

Submitter:  None
Submitted:  Fri 26 Sep 2014 12:39:47 PM UTC
   
 
Category:  Data display Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  3.3.12-rc1
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 07 Dec 2014 10:23:39 AM UTC, comment #1: 

Hi,

You are trying to launch DDD in wrong way. Debugger neds the binary file as argument ,not the source file.
You are giving the cpp file as the argument here which is not correct. You should first use g++ to compile your cpp file with ofcourse -g option(this generates the debug symbols) in binary. Then invoke DD with this binary file as argument.

-Shaunak

shaunak saha <shaunak>
Group Member
Fri 26 Sep 2014 12:39:47 PM UTC, original submission:  

small problem with ddd that I have installed right now from Ubuntu's (14.04 up to date) Software center.

The problem is the following : ddd is apparently able to find file up to a certain lenght of the path to the files. If the path is too long, no more files appear in the location, while files there are in the location.

The real problem is the I am not that free to arrange myself with the path. I have even tried a

ddd pathtofile/file.cpp

to open it, without success, throwing to following message :

GNU DDD 3.3.12 (x86_64-pc-linux-gnu), by Dorothea L"/home/TOTO/TAF/DEVELOPMENT/br/trunk/analytics/adfin/Tests/Sources/cpp/tests/unitary/adfbasic/BasicCAdMutex.cpp": not in executable format: File format not recognized

pathtofile = /home/TOTO/TAF/DEVELOPMENT/br/trunk/analytics/adfin/Tests/Sources/cpp/tests/unitary
file = BasicCAdMutex.cpp

file being obviously at the right location.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by eickeler (Updated the item)
  • -email is unavailable- added by shaunak (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-12-28 eickeler Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code