Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Debugger question again

Reply
Thread Tools

Debugger question again

 
 
utab
Guest
Posts: n/a
 
      05-11-2006
Dear all,

I sent a similar post before this is no different.

I would like to learn which degugger you are using and your
recommendations for deguggers(I am using Linux, Ubuntu).

I am using DDD for C++. Sometimes I need help and the manual does not
answer all the questions so I am asking this second question for the
people
who are using DDD: Is there a mailing list like this one where I can
get help easily. (There is one mailing list(d...@gnu.org) but I think
that is not operational since no replies so far ( )

Regards,

 
Reply With Quote
 
 
 
 
Victor Bazarov
Guest
Posts: n/a
 
      05-11-2006
utab wrote:
> I sent a similar post before this is no different.


Huh?

> I would like to learn which degugger you are using and your
> recommendations for deguggers(I am using Linux, Ubuntu).


Didn't I recommend you asking this in a Linux newsgroup, or was it
somebody else? Well, here it is once more: please ask OS-specific
questions in the newsgroup dedicated to that OS. You need to post your
debugger question to one of 'comp.os.linux.development.*' forums.

> I am using DDD for C++. Sometimes I need help and the manual does not
> answer all the questions so I am asking this second question for the
> people
> who are using DDD: Is there a mailing list like this one where I can
> get help easily. (There is one mailing list(d...@gnu.org) but I think
> that is not operational since no replies so far ( )


There are Linux-specific newsgroups and there are 'gnu.*' newsgroups.
Start there. Here we talk C++ language and it does NOT define any
debuggers.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask


 
Reply With Quote
 
 
 
 
utab
Guest
Posts: n/a
 
      05-11-2006
Sorry, you were the one to reply me, I followed your advice and posted
comp.lang...apps group and waited and did not have any replies and then
I have asked again.

>Here we talk C++ language and it does NOT define any

debuggers.

Is not debugging related with the language.

Sorry , I will try that group as well.

Regards.

 
Reply With Quote
 
Marcus Kwok
Guest
Posts: n/a
 
      05-11-2006
utab <> wrote:
>>Here we talk C++ language and it does NOT define any

> debuggers.
>
> Is not debugging related with the language.


Debugging is related with programming in general, not specifically C++.
The use of a particular debugger is not topical here.

--
Marcus Kwok
Replace 'invalid' with 'net' to reply
 
Reply With Quote
 
Amadeus W. M.
Guest
Posts: n/a
 
      05-11-2006
On Thu, 11 May 2006 11:20:12 -0700, utab wrote:

> Dear all,
>
> I sent a similar post before this is no different.
>
> I would like to learn which degugger you are using and your
> recommendations for deguggers(I am using Linux, Ubuntu).
>
> I am using DDD for C++. Sometimes I need help and the manual does not
> answer all the questions so I am asking this second question for the
> people
> who are using DDD: Is there a mailing list like this one where I can
> get help easily. (There is one mailing list(d...@gnu.org) but I think
> that is not operational since no replies so far ( )
>
> Regards,



Though off topic indeed, but I'll answer your question,
since no one else has.

Use gdb from within emacs. That's all you need. If you don't know either
gdb or emacs, spend a day or two learning them, it'll pay off tenfold.
Both are well documented:

http://www.gnu.org/manual/manual.html


 
Reply With Quote
 
Jim Langston
Guest
Posts: n/a
 
      05-11-2006
"utab" <> wrote in message
news: ups.com...
> Sorry, you were the one to reply me, I followed your advice and posted
> comp.lang...apps group and waited and did not have any replies and then
> I have asked again.
>
>>Here we talk C++ language and it does NOT define any

> debuggers.
>
> Is not debugging related with the language.
>
> Sorry , I will try that group as well.


Debugging is related to C++. Debuggers aren't. Ask in a newsgroup for your
compiler. If you don't get any answers there, then no one cares.


 
Reply With Quote
 
Phlip
Guest
Posts: n/a
 
      05-12-2006
utab wrote:

> I am using DDD for C++.


You will get the best results on DDD's mailing list. Also try the mailing
list for its back-end, gdb, and try a linux programming newsgroup.

(Also, uh, some people write so many unit tests they never need to run a
debugger. I use DDD all the time for legacy code in my situation, but I
won't discuss that here because I won't dilute this newsgroup's focus.
Except parenthetically

--
Phlip
http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!!


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help getting a debugger going for IE - any free debugger aflat362 Javascript 7 12-07-2006 10:51 PM
Again??? AGAIN???? NYC XYZ Firefox 4 04-23-2006 12:23 PM
HttpSession gets generated again and again!! PLEASE HELP ME!!!! che Java 2 10-10-2005 10:20 PM
Neither IE-Debugger or Mozilla/Venkman debugger can step through dynamically added code? Robert Oschler Javascript 1 09-05-2005 07:17 AM
jserve booting again and again amit Java 0 10-02-2003 04:26 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57