help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: c/c++ project management and debugging


From: Rajinder Yadav
Subject: Re: c/c++ project management and debugging
Date: Tue, 21 Dec 2010 07:27:19 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 10-12-20 08:28 PM, Andrea Crotti wrote:
Rajinder Yadav<devguy.ca@gmail.com>  writes:


yes i already have cedet installed and working, but i would rather not
write makefiles by hand. i understand there is also autoconf that can
be used to generate makefiles, possible that's a better way to go,
still i don't feel like investing the time to learn about autoconf at
this point and time

There is also cmake otherwise.
The problem is that or
- you learn a bit the autoconf skills you need (doesn't take long)
   and finally write your own build systems
- you'll be stuck forever with what other people (microsoft/cedet)
   thik is a good idea, and normally it isn't

one other point i forgot to mention with open source, you are never stuck with what someone else thinks "at the time" is a good idea, all ideas grow organically over time, just like emacs has!

unfortunately for me i cannot make a contribution to emacs due to lack of time and lack of skills with LISP programming, thus i can only encourage and shape by communication


Using emacs I think it doesn't make any sense to look for tools that
write makefiles for you...


yes i discovered this gdb setting on the emacs-fu blog, however i have
2 questions

1) when i have EBC opened gdb-many-windows end up looking like a mess,
is there a way to get it to work with EBC?

2) i can't figure out how to set breakpoint, can't i simple click
someone in the source window to add a bp?


For a breakpoint you can click, use the space bar or the standard gdb:
"b File.cpp:#line" or "b Class::function"




--
Kind Regards,
Rajinder Yadav | DevMentor.org | Do Good! ~ Share Freely

GNU/Linux: 2.6.35-23-generic
Kubuntu x86_64 10.10 | KDE 4.5.1
Ruby 1.9.2p0 | Rails 3.0.3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]