Is it possible to stop SMP debugging all the messages it sends and receives?
SMP: sending {…}
SMP: receiving {…}
In my real-time tanks game the spam from this is overloading the FlashDevelop console and crashing my editor!
I am already starting idnet with ‘verbose’ false but could not find another api or member to silence it entirely.
Ideally I’d like to have the optiont to see only my own ‘trace’ commands and error messages.
cheers
Pete