PackageDescription: OutputDebugPackage


Output Debug Package

Last published: November 7, 2007 by 'guest'

Defines 1 Classes
Extends 2 Classes


OutputDebugPackage
You can install it on methods and classes and get a trace tool, which can be used over the network

e.g.
in order to follow the #odd method you do the following in a workspace
(OutputDebugWrapper on: #odd inClass: SmallInteger) install
Now you need a tool like DebugView (http://www.microsoft.com/technet/sysinternals/Miscellaneous/DebugView.mspx) and you can trace the output.
The great thing is, you can switch that on and off as you like.
Unfortunately it's Windows only!