On Wed, Feb 27, 2008 at 11:56:54AM +0100, Simone D. wrote:
> Which is the best way to debug Shoes to understand what is not working 
> (meaning that Shoes.app doesn't start)?

I recommend DebugView:
<http://www.microsoft.com/technet/sysinternals/Miscellaneous/DebugView.mspx>

You can then use Shoes.debug and Shoes.p to send messages to
DebugView from your Shoes app.

  Shoes.debug("Creating katamari...")
  Shoes.p katamari_object

If the thing is crashing before it gets to any of this, post a
script that breaks along with the version name of Shoes you're
using.

_why

Reply via email to