While working on the filter enhancements, I ran into problems where the IDE decided to not start completely - I guess because it uses the 'filter' command extensively and I screwed the pooch

So I decided to test my work by adding a 'tinker' command and putting the code into it. I followed the recipe for the 'map' command and the script editor does recognize the 'tinker' command as a built-in thing, but fails to parse things. So obviously I made a mistake in my code.
Now I'd like to debug to see where I went wrong.
I'm using the latest Xcode on OS X Mountain Lion.
I set a breakpoint on the line where I want to start debugging, but it never seems to get there.
Can anyone give me hints as to how I can debug?
TIA,
Jan Schenkel.