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

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

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -