@DaveTheCoder said:
this is a limitation of the current debugger implementation.
Will 4.x remove this limitation?
The debugger didn't change much in 4.0, except for the editor debugger protocol which now allows running multiple instances and better handles large amounts of data (such as spamming print()
s).
Supporting multiple threads in debugging is far from trivial. It's not planned for 4.0, and it'(s unlikely to be done for 4.1 unless a motivated contributor manages to implement it.