ソース・ディレクトリーの代替規則の設定を解除します。
(idb) set substitute-path /foo /bar (idb) show substitute-path /foo -> /bar (idb) unset substitute-path (idb) show substitute-path (idb) (idb) set substitute-path /foo /bar (idb) set substitute-path /boo /bip (idb) show substitute-path /boo -> /bip /foo -> /bar (idb) unset substitute-path /foo (idb) show substitute-path /boo -> /bip (idb)