Single pump for both lua and mdb outputs

This commit is contained in:
U-ENGINEERO\joppe.blondel
2025-11-20 12:36:55 +01:00
parent fa0c8d5a2c
commit d654e1776a
3 changed files with 79 additions and 37 deletions

View File

@ -248,7 +248,7 @@ if required_toolbar_plugins and ToolbarView then
if debugger.is_running() then
if debugger.debugrunner.caps.can_pause then table.insert(t, {symbol="C",command=""}) end
end
table.insert(t, {symbol = "E", command = "jpdebug:reload-runners"})
self.toolbar_commands = t
end