I completly disagree that pdb is the best solution for any size project. I was explained in my first response and will not change mind since tested it.
Pdb can be only the best for really hardcore debugging - I think that the most developers will never meet. It is waste of time and money to use it for simple debugging. Tell me can I debug in pdb with one click or forward with one key? W dniu środa, 5 marca 2014 01:21:53 UTC+1 użytkownik Vinny P napisał: > > On Sun, Mar 2, 2014 at 5:49 PM, Cezary Wagner > <[email protected]<javascript:> > > wrote: > >> In my opinion pdb is good for hobbists >> > > > PDB is perfectly fine for use with any size projects. > > The choice of a debugger is - of course - largely a personal preference, > but I'd urge you to give pdb a second chance. > > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > -- 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. For more options, visit https://groups.google.com/groups/opt_out.
