daveleroy / SublimeDebugger

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

Exception in console when loosing focus #209

Closed LDAP closed 1 year ago

LDAP commented 1 year ago

Whenever ST looses focus, the console logs an exception:

Traceback (most recent call last):
  File "/opt/sublime_text/Lib/python38/sublime_plugin.py", line 1477, in is_enabled_
    ret = self.is_enabled(**args)
  File "/home/lucas/.config/sublime-text/Packages/Debugger/modules/command.py", line 104, in is_enabled
    command = CommandsRegistry.commands_by_action[action]
KeyError: 'show_disassembly'
ratijas commented 1 year ago

Can confirm.

Sublime Text 4147, latest packages.

daveleroy commented 1 year ago

Fixed in 0.10.0