I was shared this lovely website today.
http://pythontutor.com/
Have a go at it and tell me what you think.
http://pythontutor.com/
Have a go at it and tell me what you think.
Here's the problem as I see it with infinite loops. I placed some thought into what it takes to build such a thing and the picture became clearly the more I thought about how 'I' would approach building such a thing.rahmu wroteI don't see what the problem with infinite loops is. I'd expect a debugger (because this is what it is, a glorified - but limited- debugger) to let me step through the execution of my code, regardless of the total number of steps.
That could be an option yes.That being said, if implementation limitations prevent the tool from dealing with infinite numbers of steps, I would like a way to increase/decrease the 300 limit.