missed exception of a thread when using DebugStop

Archives Forums/BlitzMax Bug Reports/missed exception of a thread when using DebugStop

mpmxyz(Posted 2010) [#1]
I just found another bug! (I'm playing too much Alien Swarm... :-P)

Without "DebugStop" this code runs "fine". (It catches the exception of the thread and creates an runtime error.)
But being in DebugStop mode BlitzMax isn't able to catch any exception outside of the debugged thread.
->Mark, fix it! :-)

P.S.: Debugging multiple threads at once would be nice!