Show More
@@ -647,8 +647,7 b' python-profiler package from non-free.""")' | |||
|
647 | 647 | "after trying up to line: %s.\n" |
|
648 | 648 | "Please set a valid breakpoint manually " |
|
649 | 649 | "with the -b option." % bp) |
|
650 | error(msg) | |
|
651 | return | |
|
650 | raise UsageError(msg) | |
|
652 | 651 | # if we find a good linenumber, set the breakpoint |
|
653 | 652 | deb.do_break('%s:%s' % (bp_file, bp_line)) |
|
654 | 653 |
General Comments 0
You need to be logged in to leave comments.
Login now