summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/base/debugger.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/debugger.lua b/xmake/core/base/debugger.lua
index baeedf684..87762bceb 100644
--- a/xmake/core/base/debugger.lua
+++ b/xmake/core/base/debugger.lua
@@ -44,6 +44,7 @@ function debugger:_start_emmylua_debugger()
debugger_inst.tcpListen("localhost", 9966)
debugger_inst.waitIDE()
debugger_inst.breakHere()
+ return true
end
-- start debugging