1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Improved ability to locate source files from moved PDB

This commit is contained in:
Brian Fiete 2023-02-20 14:45:29 -05:00
parent 0aedc37d42
commit d405104757
11 changed files with 162 additions and 8 deletions

View file

@ -320,7 +320,8 @@ namespace IDE.ui
{
for (let searchPath in gApp.mSettings.mDebuggerSettings.mAutoFindPaths)
{
SearchPath(searchPath);
if (!searchPath.Contains('@'))
SearchPath(searchPath);
}
}