[Bug 70040] debug in kdevelop has an architectural problem

Roger Larsson roger.larsson at norran.net
Sat Dec 13 02:28:04 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=70040     




------- Additional Comments From roger.larsson at norran.net  2003-12-13 02:27 -------
Simple rule - gdb can debug everything (close enough)...

Debug should be a subsystem on its own! ("Debug Tools")
Then you can select the debug system you like - gdb, ddd, ..., java debug.

Note the case where gdb can be used to debug natively compiled java programs.

source in java
	compile to bytecode
		(no link?)
			debug with java debugger
	compile to object code with gcj
		link with ...
			debug with gcc
			debug with ddd




More information about the KDevelop-devel mailing list