Outside the vagrant environment you can use pdb <https://docs.python.org/2/library/pdb.html> (add a line like import pdb; pdb.set_trace() at the line you want a breakpoint).
On Wed, Oct 1, 2014 at 6:07 PM, Kevin Sweeney <kevi...@apache.org> wrote: > Debug logging is likely to be your best bet here. That is: liberal use of > log.debug and making sure the executor is started with > --log_to_stderr=google:DEBUG > > On Wed, Oct 1, 2014 at 5:31 PM, David Pan <david.p...@gmail.com> wrote: > >> Hi, >> >> I was wondering if there is a way to run Aurora in debug mode locally on >> vagrant. Specifically, I want to put breakpoints in the health checker in >> Aurora executor. >> >> Thanks, >> >> David Pan >> > >