DebugContextPool
DebugContextGetter(DebugContextPool* pool)
DebugContextPool* fPool;
fDebugContextPool = new(std::nothrow) DebugContextPool(fTeamID, fNubPort);
DebugContextPool(team_id team, port_id nubPort)
struct DebugContextPool;
DebugContextPool* fDebugContextPool;