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

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -