diff --git a/src/kernel/core/team.c b/src/kernel/core/team.c index a5a3af5e01..455a07b978 100644 --- a/src/kernel/core/team.c +++ b/src/kernel/core/team.c @@ -1629,8 +1629,8 @@ fill_team_info(struct team *team, team_info *info, size_t size) info->thread_count = team->num_threads; info->image_count = count_images(team); //info->area_count = - //info->debugger_nub_thread = - //info->debugger_nub_port = + info->debugger_nub_thread = team->debug_info.nub_thread; + info->debugger_nub_port = team->debug_info.nub_port; //info->argc = //info->args[64] = //info->uid =