473,406 Members | 2,847 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Debugger question again

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,

May 11 '06 #1
6 1615
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
May 11 '06 #2
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.

May 11 '06 #3
utab <um********@gmail.com> 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
May 11 '06 #4
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
May 11 '06 #5
"utab" <um********@gmail.com> wrote in message
news:11*********************@q12g2000cwa.googlegro 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.
May 11 '06 #6
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!!!
May 12 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: jonathan | last post by:
everyone, I'd like to be able to debug php scripts on the command line, going through the browser. In other words, set up the debugger to listen and then type in a url and have the code stop...
11
by: Ziaran _ | last post by:
I have written a new debugger. I think people will find it useful. Where can I post it for people to download? Thanks, Nir _________________________________________________________________...
4
by: Chuck Ritzke | last post by:
Hi, I've been using VS for a number of projects and the debugger has worked as advertised until now. I have a desktop solution with three projects, two of which are class modules. For some...
2
by: Robert Skidmore | last post by:
Debugger.js 1.0 This is my Javascript debugger. What it does: After you displaying the debug window (see tip 1) you can move your mouse over any element on the page and the window will...
25
by: Jeff | last post by:
Use the MS Script Editor included free with MS Office 2002 and above, for debugging Internet Explorer (IE). This subject is of great interest to many JS developers, as there is no obvious, low...
1
by: Susanne Christe | last post by:
Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Registeresd JIT debugger is not avaialble: After executing an application I get the Error: ...
0
by: Saradhi | last post by:
Here I am back with the same question again. I am trying to attach my process to the .NET Debugger to debug my process. and I am using the folliwng code. if (...
4
by: Ryan Gaudet | last post by:
Hi, I'm making some minor changes to a VB 6 app that I converted to VB .NET a couple of years ago and I'm running into an issue with a function that is seemingly returning a different result in...
18
by: R. Bernstein | last post by:
Okay, a bit of an exaggeration. Recently, I've been using Python more seriously, and in using the debugger I think one of the first things I noticed was that there is no "restart" ("R" in...
7
by: colin | last post by:
Hi, Im still trying to sort out whats cuasing the difference when the debugger is attatched... Ive finsihed re writting a lot of the code and although its a heck of a lot faster it still...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.