Commit r1066661: "Make it possible to run kdevelop in gdb again"

Vladimir Prus ghost at cs.msu.su
Mon Dec 28 15:09:11 UTC 2009


On Monday 28 December 2009 14:20:10 David Nolden wrote:

> I think that commit is not good. That way, when you start KDevelop without an 
> argument and a session, two instances of KDevelop wills stay running, one of 
> which wastes at least 100 MB of memory (a duchain repository is always loaded)
> 
> Why is this even required? You can just start KDevelop and then attach to it 
> ("gdb --pid `pidof kdevelop`").

FWIW, and without any comment about merits of any patch, such approach is cumbersome
compared to 

	gdb kdevelop
	(gdb) run

- Volodya




More information about the KDevelop-devel mailing list