Re: Debugging of the reviewboard

2012-11-15 Thread Tao Wu
Ivan, Could you please tell me a bit how to configure Eclipse+PyDev for review board? Thanks, Tao 在 2011年11月3日星期四UTC+8下午8时02分33秒,Ivan Antropov写道: Thanks, David ! I configured Eclipse+PyDev for convenient debugging. On Nov 2, 2:35 pm, David Trowbridge trowb...@gmail.com wrote: If

Re: Debugging of the reviewboard

2011-11-03 Thread Ivan Antropov
Thanks, David ! I configured Eclipse+PyDev for convenient debugging. On Nov 2, 2:35 pm, David Trowbridge trowb...@gmail.com wrote: If you're developing using the built-in devserver, you can use pdb to drop into a specialized python repl.http://docs.python.org/library/pdb.html#module-pdb

Debugging of the reviewboard

2011-11-02 Thread Ivan Antropov
Hi everyone! I have a task, to modify Review board for needs of current project. But i can`t find a way to debug reviewboard. Is it possible, or debug outputting - only way to debug reviewboard? -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy

Re: Debugging of the reviewboard

2011-11-02 Thread David Trowbridge
If you're developing using the built-in devserver, you can use pdb to drop into a specialized python repl. http://docs.python.org/library/pdb.html#module-pdb When it's running in production under apache/lighttpd/etc, there's no easy way to debug other than logging. -David On Wed, Nov 2, 2011