mono / sdb

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

Support parameter types in method breakpoints #4

Open alexrp opened 10 years ago

alexrp commented 10 years ago

This will be somewhat tricky since we might have to parse a full C# method declaration...