What is the difference between native only, managed only, script only and mixed (managed and native) debugger types? They can be found in a project’s properties page.
What is the difference between native only , managed only , script only and
Share
Different runtime environments have different debuggers. You are giving the choice of debugger you want to use to avoid starting one up that you’ll never use and thus cutting the overhead. The debugger types are: