Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Monodevelop 是否允许调试使用 Visual Studio 构建的 .net 程序集(即具有 .pdb 符号而不是 .mdb 符号的程序集)?
如果是这样,在源代码级调试期间如何定位源文件?
这对于允许在 Windows 上构建通用程序集并在多个平台上使用非常有用。
第 1 步,您可以将 *.pdb 文件转换为 .mdb 文件,
第 2 步,您可以使用 mdb 调试您的进程,
http://www.mono-project.com/Guide:调试器