MCPcopy Create free account
hub / github.com/Vector35/debugger / DebugAdapterScriptingProvider

Class DebugAdapterScriptingProvider

ui/debugadapterscriptingprovider.h:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class DebugAdapterScriptingProvider : public ScriptingProvider
43{
44public:
45 DebugAdapterScriptingProvider();
46
47 virtual Ref<ScriptingInstance> CreateNewInstance();
48 virtual bool LoadModule(const std::string& repository, const std::string& module, bool force);
49 virtual bool InstallModules(const std::string& modules);
50};
51
52
53void RegisterDebugAdapterScriptingProvider();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected