Features in this extension have been incorporated into Visual Studio 2022 as the External Sources Node which appears in Solution Explorer. This extension is no longer being maintained. This extension is available for Visual Studio 2019 and earlier. This extension makes browsing source files available from Source Server while debugging. Usage After installing the extension, a new window will be available from Debug -> Windows -> Source Server Browser. While debugging, any loaded symbol file (.pdb) that has Source Server information present will appear in the window. You can browse for files by expanding the tree items, or search for filenames using the search control at the top of the window. Simply double click an item to download the file from Source Server and open it in the VS Editor. Screenshot |