StreetScooby 5 #1 June 11, 2008 I'm looking for a tool that will give me a 'static' picture of C++ 'call trees', including construction and destruction of objects. If anyone is familar with CScope (a C tool), I'd like to find that for C++ (...that actually works). I haven't been able to find one. I know about gprof, etc., but that requires run-time info, and I want more than that.We are all engines of karma Quote Share this post Link to post Share on other sites
jumpin_Jan 1 #2 June 11, 2008 Disclaimer: I am not a 'programmer' nor did I stay at a HolidayInn last night, but... I use jEdit and it has a zillion neato plugins. You can download and install the plugins from within the program with the plugin manager. I like it because I have the exact same tool in Linux and doze. I use it for POV, html, Java, and Python. (yep I still hand code POV and html, lol) It is a bit bloaty and slow with lots of files open though. Here is a link to the Language support plugins page http://plugins.jedit.org/list.php?category=6 Cscope Finder and/or CtagsSideKick may be the type of thing you are looking for. I googled "Cscope jedit C++" and it looks like similar exist for many other editors based on the results. Good luck with your quest, don't forget to enjoy the journey! PULL! jumpin_Jan"Dangerous toys are fun but ya could get hurt" -- Vash The Stampede Quote Share this post Link to post Share on other sites
JoeyRamone 0 #3 June 11, 2008 http://www.daniweb.com/ Quote Share this post Link to post Share on other sites