Hey Simone.
The best way (for me) to debug a Shoes app that won't start is to run
it through the Ruby
interpreter first. Usually it's a typo or some syntactical problem.
Once you can run it through
Ruby and have it complain about the Shoes constant not being found,
it's time to fire up
Shoes.
Hope that helps,
— Jeremy
On Feb 27, 2008, at 5:56 AM, Simone D. wrote:
Hi all,
I'm trying to create anything using Shoes but I have some troubles
with some require.
Which is the best way to debug Shoes to understand what is not
working (meaning that Shoes.app doesn't start)?
Thank you
Simone