Here is my hacked version. BTW, I found it quite nice to turn debugging on/off by swapping out the server's addr. No need to reboot! ( ~saveaddr = s.addr; ~debugaddr = DebugNetAddr("127.0.0.1", 57110); ~debugaddr.makeDocument; ) // run this to start debugging s.addr = ~debugaddr; // run this to turn it off s.addr = ~saveaddr; hjh On Dec 14, 2009, at 4:37 PM, James Harkins wrote:
|
Attachment:
DebugNetAddr.sc
Description: Binary data
: H. James Harkins .::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..: "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman |