You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ def __init__(self, state):
47
47
self.update_highlights()
48
48
self.update_breakpoints()
49
49
Settings().register_group("debugger", "Debugger")
50
-
key='debugger.extra_annotations'
50
+
key='python_debugger.extra_annotations'
51
51
ifnotSettings().contains(key):
52
52
Settings().register_setting(key, '{"description" : "Enables automatic additional annotations to be added to the start of functions that will persist after the debugger has moved away. Must break or step across the start of a function to trigger. Currently uses comments but will be migrated to ephemeral comments when that system is finished.", "title" : "Debugger Function Start Annotations", "default" : false, "type" : "boolean"}')
0 commit comments