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!
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.
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!
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.
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!
Bookmarks