Moved luadebug to the new structure as well
This commit is contained in:
5
init.lua
5
init.lua
@ -233,6 +233,11 @@ if required_toolbar_plugins and ToolbarView then
|
||||
else
|
||||
table.insert(t, {symbol = "D", command = "jpdebug:stop"})
|
||||
end
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user