That is absolutely awesome. I used to have something like this: a pair of very fast dacs hooked up to the 16 address lines of my computer and another dac hooked up to the databus. It allowed me to look straight into the memory of the machine as the processor was accessing it, quite a powerful tool. Yours is nicer though (and with todays memory size I'd hate to think about the quantity of data that passes in a split s…
I made a debugger that draws the state machine of the program
11–20 of 62 posts
Re: I made a debugger that draws the state machine of the program
#12what wallpaper is that
Re: I made a debugger that draws the state machine of the program
#13Re: I made a debugger that draws the state machine of the program
#14+1
Re: I made a debugger that draws the state machine of the program
#15That is absolutely awesome. I used to have something like this: a pair of very fast dacs hooked up to the 16 address lines of my computer and another dac hooked up to the databus. It allowed me to look straight into the memory of the machine as the processor was accessing it, quite a powerful tool. Yours is nicer though (and with todays memory size I'd hate to think about the quantity of data that passes in a split s…
What did they drive?
Re: I made a debugger that draws the state machine of the program
#16Re: I made a debugger that draws the state machine of the program
#17Here's one for Python. http://pythontutor.com/ It shows the variables, and allows you to step forward and backward. Great for explaining programming to new people who haven't grokked computing yet.
I think a deep visual debugging tools are going to be 'built in' in future in much the same way that HTTP primitives were recently with node and string manipulation was with Python 2.
Re: I made a debugger that draws the state machine of the program
#18How did you get your terminal to look like that?
Re: I made a debugger that draws the state machine of the program
#19Re: I made a debugger that draws the state machine of the program
#20Here's one for Python. http://pythontutor.com/ It shows the variables, and allows you to step forward and backward. Great for explaining programming to new people who haven't grokked computing yet.
Apple Swift and Unreal Engine Blueprint both have amazing state visualization tools built in. See: https://docs.unrealengine.com/latest/images/Engine/Blueprint... I think a deep visual debugging tools are going to be 'built in' in future in much the same way that HTTP primitives were recently with node and string manipulation was with Python 2.
Although it sounded like a really cool idea, it didn't take off. Seems text is best (maybe because it supports incompatible hierarchies better).