daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
369 stars 42 forks source link

Occasional drag assert #188

Closed ihdavids closed 1 year ago

ihdavids commented 1 year ago

Traceback (most recent call last): File "C:\Program Files\Sublime Text\Lib\python38\sublime_plugin.py", line 1105, in on_text_command res = callback(v, name, args) File "C:\Program Files\Sublime Text\Lib\python38\sublime_plugin.py", line 162, in profiler return event_handler(args) File "C:\Users\idavids\AppData\Roaming\Sublime Text\Packages\Debugger\modules\core\sublime.py", line 79, in on_text_command if (cmd == 'drag_select' or cmd == 'context_menu') and 'event' in args: TypeError: argument of type 'NoneType' is not iterable Traceback (most recent call last): File "C:\Program Files\Sublime Text\Lib\python38\sublime_plugin.py", line 1105, in on_text_command res = callback(v, name, args) File "C:\Program Files\Sublime Text\Lib\python38\sublime_plugin.py", line 162, in profiler return event_handler(args) File "C:\Users\idavids\AppData\Roaming\Sublime Text\Packages\Debugger\start.py", line 192, in on_text_command if (cmd == 'drag_select' or cmd == 'context_menu') and 'event' in args: TypeError: argument of type 'NoneType' is not iterable

daveleroy commented 1 year ago

Should be fixed in 0.8.2