Table of Contents
bdb
pdb
pdb.Pdb
pdb.Repr
profile
cProfile
hotshot
timeit
trace
Pdb.
parseline
Parse the line into a command name and a string containing the arguments. Returns a tuple containing (command, args, line). ‘command’ and ‘args’ may be None if the line couldn’t be parsed.