When debugging, when we enter a method, the file that defines this method will be open and remain open after debugging - this messed up my files in Visual Studio. I want to close these files with open debuggers after debugging is complete.
Let's say I already open 5 files and start debugging. After debugging, I have 10+ files open, which means that the debug file contains 5+ "new and strange" files. I do not want them and just want to close them quickly.
Can I do it? Please, help.
source
share