If you need to work on more than one project at a time, MPLAB® X IDE allows you to do just that. Multiple projects may be opened in MPLAB X IDE and viewed in the Projects window. The following image shows two open projects, Lab04-Solution and TestProject.
As we can see below, we have multiple debuggers connected to same PC and each project uses a different one. Lab04-Solution uses an ICD3 while TestProject uses a PICkit3™.
When one debug session is switched to another, the Watches, Variables, and the PIC Memory Views windows will switch to show the project currently being debugged. The status bits should also follow the currently selected project. The dashboard will follow the last selected project whether it is being debugged or not. This is by design.