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 172783c commit 34da0b8Copy full SHA for 34da0b8
sdk/mx.sdk/mx_sdk_vm_impl.py
@@ -1140,7 +1140,7 @@ class SvmSupport(object):
1140
def __init__(self):
1141
self._svm_supported = has_component('svm', stage1=True)
1142
self._svm_ee_supported = self._svm_supported and has_component('svmee', stage1=True)
1143
- self._debug_supported = self._svm_supported and (mx.is_linux() or mx.is_windows() or (mx.is_darwin() and has_component('svmee', stage1=True)))
+ self._debug_supported = self._svm_supported and (mx.is_linux() or mx.is_windows())
1144
self._separate_debuginfo_ext = {
1145
'linux': '.debug',
1146
'windows': '.pdb',
0 commit comments