dbstop

matlab dbstop if naninf -> recursion limit and crash

I issue following command in the interactive matlab console: >> foo = [1 inf]; >> dbstop if naninf >> foo I now get weird behaviour: matlab seems to to break into two different files, but doesn't actually stop execution. This is pretty slow because the editor switches between those two files repeatedly, Ctrl+C doesn't do anything. Out...