Where does BANG debugging output come from?
1 次查看(过去 30 天)
显示 更早的评论
I just had a user show me the oddest thing. Every time he did an 'ls' in matlab.2010a, the output consisted of the directory listing but also had a number of lines that started with 'BANG' and reported things like reads from pty and bytes read.
I assume this is some kind of debug mode he accidentally activated, but I couldn't find anything in preferences that might be applicable. I can't imagine that anyone has been sneaky enough to overload 'system' to do this, and a quick search here reveals nothing.
Can anyone shed some light on this?
3 个评论
采纳的回答
Thomas Blazek
2016-2-9
The BANG debug mode is enabled by entering !! in the command window. It is disabled the same way, by entering !! again.
1 个评论
john stanley
2016-2-9
Thanks.
Now I have to see what other double-special-character things there are that do interesting things! I mean !!.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!