mono / sdb

A command line client for the Mono soft debugger.
https://www.mono-project.com
MIT License
116 stars 44 forks source link

Fall back to disassembly when no source is available #14

Closed alexrp closed 10 years ago

alexrp commented 10 years ago

Depends on: https://github.com/mono/debugger-libs/issues/24

When no source is available, we should fall back to disassembly in stack traces and the like.

It would also be worth having a PreferDisassembly configuration option that would make us always use disassembly.