Copying symbol files from Windows- June 18, 2008 Today, I added a cool new feature to the debugger: you can now add "directory maps" to the configuration file. This is very helpful if you copy a symbol file from Windows to Linux. Simply add something like this to your .configMonoDebuggerMonoDebugger.xml: <xml version="1.0"> <DebuggerConfiguration fileversion="1.0"> <DirectoryMap> <Map from="c:cygwinhomeichotolot" to="homemartinwork" > <DirectoryMap> <DebuggerConfiguration> The debugger now...http://primates.ximian.com/~martin/blog/entry_178.html |