Good tip, James - I'm working on a "Debugging Robots" article to cover tips like that. You can read a draft here, if interested: http://docs.google.com/View?id=dggjrx3s_192dn3bkrhn
- pamela On Wed, Oct 14, 2009 at 9:36 PM, JamesBrooks <[email protected]> wrote: > > For anyone who is developing in Python and would like to know how > debugging works there, here is a quick guide. > > Add import logging to the imports.Then where you want to enter any > debugging information add logging.debug("Message") which will be > displayed in your appspot logs panel. > > Thanks to whoever it was who showed me that in my problem before. > > On Oct 14, 5:52 am, Jeffrey R <[email protected]> wrote: > > I followed the tutorial, and even registrated on appspot.com. I > > deployed my robot, started a new wave. Added my robot as a contact, > > but it doesnt do anything. > > I cant figure out where something is going wrong because in Eclipse I > > dont get any errors. > > And know Im like trying to figure for bout 2 hours whats going wrong > > with my bot and how to fix it. > > But without succes. > > > > I cant fix it, because i dont know whats wrong and where I should > > look. > > > > Im following this tutorialhttp:// > code.google.com/intl/en/apis/wave/extensions/robots/java-tutor... > > > > I really should find out where to look to find any errors, because > > normally its in the compiler. > > But eclipse shows no errors. > > > > If anyone has any tips/help/advice Ill glady appreciate it. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en -~----------~----~----~----~------~----~------~--~---
