summaryrefslogtreecommitdiff
path: root/xmake/core/tool/debugger.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/tool/debugger.lua')
-rw-r--r--xmake/core/tool/debugger.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/tool/debugger.lua b/xmake/core/tool/debugger.lua
index c6f223f87..a906b7371 100644
--- a/xmake/core/tool/debugger.lua
+++ b/xmake/core/tool/debugger.lua
@@ -55,7 +55,7 @@ function debugger.load()
local instance = table.inherit(debugger)
-- load the debugger tool
- local result, errors = tool.load("dd")
+ local result, errors = tool.load("dg")
if not result then
return nil, errors
end