In Stata 13.1 for Windows x64, turning -pause on-, then running -pause- followed by -mata- in the interactive terminal, displays an infinite scrolling list of r(3000) errors. There is no way to cancel execution without killing the Stata process externally.
Is this a bug?
To be clear, the code (which isn't in a do-file, but executed interactively) is
executed one line at a time in the interactive window.
Is this a bug?
To be clear, the code (which isn't in a do-file, but executed interactively) is
Code:
pause on pause mata
Comment