I want to use a debugger (winpdb) to step through a scheduler module.

However, when I run the scheduler in the debugger (-K option) and I set a 
breakpoint in my module and submit a job to the scheduler_task table, 
I get debug output (prints) in the console, but the breakpoint is never 
hit.  The row in the scheduler_task table changes to COMPLETED.

Thus, I know the scheduler is running my module in the debugger, but it 
just won't stop at the breakpoint I have set.

I believe the issue is with the multi-threaded nature of the scheduler and 
debugger, but I don't know how to resolve the problem.

Any help would be greatly appreciated.

Thanks!

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to