Replies: 1 comment
-
you can open a pr to add it. xmake/xmake/modules/devel/debugger/run.lua Line 347 in 1c95d28 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use/specify a custom debugger, as I would like to use the rad debugger?
I tried
xmake f --debugger=raddbg
but then I get this error:error: debugger(raddbg) not found!
.raddbg
is on my path, so I am guessing, that xmake does not support custom debuggers, or I have to specify that differently somehow.Beta Was this translation helpful? Give feedback.
All reactions