In Python debugger pydb, how can I set breakpoing in a function in another module? -


i can use graphical debugger using -

ddd --pydb script.py

i can set breakpoints in current module or module using -

b filename:linenumber.

but how can set breakpoint @ function in "another" module?
(if in current module can b funcname)


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -