Sublime Forum

Debugger: Open gives error

#1

Trying to setup Debugger. Was following the setup guide but Debugger: Open gives the following error:

Traceback (most recent call last):
File “/Applications/Sublime Text.app/Contents/MacOS/Lib/python38/sublime_plugin.py”, line 1657, in run_
return self.run(**args)
File “/Users/yujialiu/Library/Application Support/Sublime Text/Packages/Debugger/modules/command.py”, line 102, in run
command.run(self.window, kwargs)
File “/Users/yujialiu/Library/Application Support/Sublime Text/Packages/Debugger/modules/command.py”, line 63, in run
debugger = Debugger.get(window, True)
File “/Users/yujialiu/Library/Application Support/Sublime Text/Packages/Debugger/modules/debugger.py”, line 62, in get
instance = Debugger(window)
File “/Users/yujialiu/Library/Application Support/Sublime Text/Packages/Debugger/modules/debugger.py”, line 105, in init
self.project = Project(window)
File “/Users/yujialiu/Library/Application Support/Sublime Text/Packages/Debugger/modules/project.py”, line 37, in init
self.reload()
File “/Users/yujialiu/Library/Application Support/Sublime Text/Packages/Debugger/modules/project.py”, line 142, in reload
self.load_configurations()
File “/Users/yujialiu/Library/Application Support/Sublime Text/Packages/Debugger/modules/project.py”, line 202, in load_configurations
for task_json in self.configurations_from_project(data, ‘debugger_tasks’) + Settings.global_debugger_tasks:
TypeError: can only concatenate list (not “NoneType”) to list

0 Likes