We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
caption
1 parent 28b9a55 commit 1446480Copy full SHA for 1446480
pudb/debugger.py
@@ -2633,7 +2633,7 @@ def get_source_filename():
2633
filename = filename[first_dirname_index + 1:]
2634
return filename
2635
2636
- caption = separator.join([info_string, get_source_filename()])
+ caption = [(None, separator.join([info_string, get_source_filename()]))]
2637
2638
if self.debugger.post_mortem:
2639
if show_exc_dialog and exc_tuple is not None:
0 commit comments