on command line,what code do i use to bring up the debugger

Asked by robert

after compiling I tried to use "ddd filename" in order to bring up the debugger, but it did not work. What code should I use

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
Markus Thielmann
Solved:
Last query:
Last reply:
Revision history for this message
Istvan Szekeres (szekeres) said :
#1

Hello,

What do you mean by "it did not work"? If ddd was not found, you need to install the "ddd" package first. It can be found in the "universe" repository.

Revision history for this message
robert (robxx) said :
#2

cannot find a link to take me to the universe repository

Revision history for this message
Best Markus Thielmann (thielmann) said :
#3

1) Start "System->Administration->Synaptic Package Manager
2) Select "Settings->Repositories"
3) Select "Community-maintained Open Source Software (universe)", close window
4) Press "Reload" icon
5) Select "Search" icon
6) Enter "ddd"
7) Right click on the search result for "ddd", select "Mark for Installation"
8) Press "Apply" icon

Revision history for this message
robert (robxx) said :
#4

Thanks Markus Thielmann, that solved my question.