Results 1 to 5 of 5

Thread: is there a graphical to show code flow?

  1. #1

    is there a graphical to show code flow?

    Hi All,
    Is there a tool which will take source code and turn it into a bubble/flow diagram? There are tools for turning VHDL code into a state and/or flow chart, i would guess there is something like this for C.

  2. #2

    Re: is there a graphical to show code flow?

    Wow, not that I know of but that would be pretty cool. I had a dream the other night about a program that would show the source code being traced while the program executes. That would be a nifty tool!

  3. #3

    Re: is there a graphical to show code flow?

    I found an application called hindsight, but it is quite expensive.

    Have you used gdb with ddd ? it is pretty sweet for tracing code execution.

  4. #4

    Re: is there a graphical to show code flow?

    I've never understood any of these console debuggers, hence looking at my code you'll see "// DBG // System.out.println();" a lot

    Try stepping through a program with a load of threads though!

  5. #5

    Re: is there a graphical to show code flow?

    You mean, something like Red Hat's Source Navigator?

Similar Threads

  1. Device Manager Error Codes
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 12:52 AM
  2. List of fixes included in Windows XP SP2
    By regix in forum Windows - General Topics
    Replies: 6
    Last Post: 01-03-2005, 10:44 PM
  3. Creating a Five-Star Rating Control
    By vacuumtube in forum Windows - General Topics
    Replies: 3
    Last Post: 01-03-2005, 10:12 AM
  4. Windows Source Code Leaked
    By BurntAsh in forum Windows - General Topics
    Replies: 3
    Last Post: 02-13-2004, 04:46 PM
  5. Judge: Microsoft must give states Windows code
    By coltrane in forum General Chat
    Replies: 32
    Last Post: 02-21-2002, 08:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •