I have been struggling to find ways to debug some python scripts and gql datastore queries in GAE using textmate.
For the gql queries, can we print the queries to see what's in the database? (like php print_r function).
For the .py files, anyway we can log it? I tried using logging module. logging.info or logging.debug doesn't seem to return anything in the browser or the GAE console.log. Where does it suppose to return the output?
Any help will be appreciated!