<#part sign=pgpmime> On Tue, 6 Mar 2012 21:33:03 +0100, Fabien Meghazi <[email protected]> wrote: > Hi Andreas, > > I've got a little question about Pudb. Is it possible to add a custom > breakpoint setting manually the file and line n# even if the file has > not yet been loaded ?
Sure, you can stick that breakpoint into $HOME/.config/pudb/saved-breakpoints, in this format: b /home/andreas/work/pudb/debug_me.py:2 If you'd like a command line option that does this, I'd welcome a patch. Andreas _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
