true if debuggerPath looks runnable.
The result is cached per debuggerPath for the lifetime of the process, so repeated calls with the same path do not spawn additional processes.
Parameters
debuggerPath | Path to the debugger executable. |
bool debuggerAvailable(string debuggerPath) @safetrue if debuggerPath looks runnable.
The result is cached per debuggerPath for the lifetime of the process, so repeated calls with the same path do not spawn additional processes.
debuggerPath | Path to the debugger executable. |