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 5aca8b9 commit 30656f2Copy full SHA for 30656f2
dap-cpptools.el
@@ -45,7 +45,7 @@
45
(defcustom dap-cpptools-debug-program
46
`(,(concat dap-cpptools-debug-path
47
(concat "/extension/debugAdapters/OpenDebugAD7"
48
- (if (eq system-type 'win32) ".exe" ""))))
+ (if (eq system-type 'windows-nt) ".exe" ""))))
49
"The path to the go debugger."
50
:group 'dap-cpptools
51
:type '(repeat string))
0 commit comments