Home
last modified time | relevance | path

Searched refs:connectDebuggerTracing (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/dll/
H A Dattach.cpp1291 bool connectDebuggerTracing = (result[0] & CONNECT_DEBUGGER) != 0; in AttachAndRunPythonCode() local
1293 … std::cout << "connectDebuggerTracing: " << connectDebuggerTracing << std::endl << std::flush; in AttachAndRunPythonCode()
1326 if(connectDebuggerTracing){ in AttachAndRunPythonCode()