Need Source code analyzer
-
Hi - I have a moderately complex app built in vb.net in Visual Studio that controls a servo system, a camera, a gps and a file system - I need a documentation tool that will let me see a call tree - and a where used list (data in a subroutine and where defined) - and I would like it not to cost an arm and leg - Suggestions ?
-
Hi - I have a moderately complex app built in vb.net in Visual Studio that controls a servo system, a camera, a gps and a file system - I need a documentation tool that will let me see a call tree - and a where used list (data in a subroutine and where defined) - and I would like it not to cost an arm and leg - Suggestions ?
-
Hi Hans Thanks for the reply ! Yes, there are a few products for C++ - but my code is in VB.Net - Any suggestions ? Thanks bob
-
Hi Hans Thanks for the reply ! Yes, there are a few products for C++ - but my code is in VB.Net - Any suggestions ? Thanks bob
:-O Sorry! Missed the "VB.Net".
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
-
Hi - I have a moderately complex app built in vb.net in Visual Studio that controls a servo system, a camera, a gps and a file system - I need a documentation tool that will let me see a call tree - and a where used list (data in a subroutine and where defined) - and I would like it not to cost an arm and leg - Suggestions ?
You can get call trees using Reflector[^] which has the great price of being free. AFAIK you'll need to look elsewhere if you need pretty graphics instead of just a simple treeview style display.
-- You have to explain to them [VB coders] what you mean by "typed". their first response is likely to be something like, "Of course my code is typed. Do you think i magically project it onto the screen with the power of my mind?" --- John Simmons / outlaw programmer