Date: Fri, 30 Aug 1996 12:29:53 -0700 (PDT) From: Kevin W Rogovin To: djgpp AT delorie DOT com Subject: RHIDE Browser idea Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I have another suggestion for RHIDE (tell me if its already made,or in the works....please) Would it be diffucult to use the programs nm.exe and cxxfilt (both in your bin directory of djgpp V2) to implement a browser... and for that matter possibly a " (text) graphical" class tree? This is what I'm thinking: you use nm.exe and cxxfilt to get all the functions in a piece of compiled code, then (this part I do not see how to do)Somehow get the line numbers of the varios functions Then one can make a browser window listing all the functions, click on a function name and then the source file for that function pops up.. Anyways I've found that a browser can be really nice to have, I remeber when I first used Visual C++ V1.00, and though the browser really sped up my ability to, well, code. -Sincerely, Kevin Rogovin