-------------------------------------------------------------------------
| 294 | |
| 295 | //------------------------------------------------------------------------- |
| 296 | size_t Debugger::GetRunningProcesses() const |
| 297 | { |
| 298 | return processHandles_.size(); |
| 299 | } |
| 300 | |
| 301 | //------------------------------------------------------------------------- |
| 302 | size_t Debugger::GetRunningThreads() const |