--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/vr3AW3QJnv0J.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
Whoops – detail missing: This is Python.
The code is very complex…I’m not sure how easy it will be to run it outside the DevServer. Is that really the only way to figure this out?
Well you dont need to run the whole code. Just extract the regular expression.
But you really do need to narrow it down to where the underlying issue
is. Removing components from the situation is a good way to narrow it
down. Repeat until find the exact cause. Sort of a binary search :)