debuggerAvailable

fnbool debuggerAvailable(string debuggerPath) @safe

Returns

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

debuggerPathPath to the debugger executable.