Skip to main content

bugs - Monitor function doesn't show continious change of values


Bug introduced in 10.0 and fixed in 11.0.0




Mathematica version: 10.2


Monitor[i = 0; While[i < 100, Pause[0.1]; i++]; i, i]

The above code is from the documentation of Monitor. On my computer, there is no continious change of values showing. What is wrong?


Update: It turns out that this problem only appears in the documentation page. Still not knowing why.


Similar behavior here




Comments