We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ec324 commit 0bd1f5eCopy full SHA for 0bd1f5e
dap-cpptools.el
@@ -44,8 +44,9 @@
44
45
(defcustom dap-cpptools-debug-program
46
`(,(concat dap-cpptools-debug-path
47
- (concat "/extension/debugAdapters/OpenDebugAD7"
48
- (if (eq system-type 'windows-nt) ".exe" ""))))
+ (if (eq system-type 'windows-nt)
+ "/extension/debugAdapters/bin/OpenDebugAD7.exe"
49
+ "/extension/debugAdapters/OpenDebugAD7")))
50
"The path to the go debugger."
51
:group 'dap-cpptools
52
:type '(repeat string))
0 commit comments