We've been using MVVMLight for a while now, and we were looking into switching to using Caliburn.Micro. While we were looking, our Design guy complained because blend doesn't do a good job at Dependency Injection.
Further thoughts on this made me wonder. Caliburn.Micro doesn't use bindings at all, and Silverlight 5 allows for breakpoints on bindings. Is that something that we would just not get using Caliburn.Micro? What are the thoughts on this?