MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / Thread

Method Thread

src/plugins/debugger/debug.h:788–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786 // dap::string name;
787
788 Thread(IDebugSession *_session, dap::string _name, dapNumber _threadId)
789 {
790 name = _name;
791 threadId = _threadId;
792 session = _session;
793 stopped = false;
794 }
795
796 virtual ~Thread()
797 {

Callers 1

start_scan_srcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected