VirtualBox

Changeset 83080 in vbox


Ignore:
Timestamp:
Feb 15, 2020 2:22:16 AM (5 years ago)
Author:
vboxsync
Message:

Main/DBGF: Added a 'dbgcache' subdir of the VM settings to the debug symbol path, but with 'cache*' prefix. Handy for symlinking to the cache you wan to use w/o needing to reconfigure the symbol path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r82968 r83080  
    33093309            strPath.append(strSettingsPath).append("debug/;");
    33103310            strPath.append(strSettingsPath).append(";");
     3311            strPath.append("cache*").append(strSettingsPath).append("dbgcache/;"); /* handy for symlinking to actual cache */
    33113312            strPath.append(szHomeDir);
    33123313
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette