No one forces anyone to use anything, you can always use previous versions of SDK/Devappserver
They've stated why It's currently not possible to debug with devappserver2, as someone watching the development of devappserver2 closely, I'm sure they will come up with a way to satisfy your debugging needs in future - if possible I think the illogical-thing to do, at this point, is to bundle the latest version of Devappserver1 with SDK and provide it as an option, but depreciate it at the same time, would solve all current problems ( Apart from all this, as a personal opinion: I've never used a debugger, used many languages, I find print/log statements much more useful, especially with a language like python ) On Friday, March 22, 2013 5:42:28 PM UTC+2, Alex Burgel wrote: > > On Thursday, March 21, 2013 12:50:20 AM UTC-4, Andrew Jessup wrote: >> >> If you'd like to take a look now, I would point you to this discussion >> https://code.google.com/p/appengine-devappserver2-experiment/issues/detail?id=28and >> in particular the document linked there that summarizes our proposed >> debugging approach and provides some sample code to get started. >> > > Andrew, > > While I definitely appreciate the hard work and new features in > devappserver2, losing the ability to easily debug your apps is a step > backwards. pdb is the builtin python debugger, its what python appengine > users will turn to when first running into a problem. If you no longer wish > to support pdb, then at the very least, I think google should provide a > supported and documented alternative. > > https://code.google.com/p/googleappengine/issues/detail?id=9027 > > --Alex > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
