@nevware21/ts-debug
    Preparing search index...

    Interface IDbgProviderCtx

    Context returned from adding a provider to allow removal

    interface IDbgProviderCtx {
        p: IDbgProvider;
        rm: () => void;
    }
    Index

    Properties

    p rm

    Properties

    The provider associated with this context

    rm: () => void

    Remove the provider from the instance