Our robot application is a pretty simple example so far, but before it gets any more complicated, it would be useful to get debugging information out of the system to help us diagnose any faults we encounter. In these scenarios, we need a methodology to debug Orleans projects. This chapter will cover some basics for how to get more information out of Orleans to help us diagnose these faults.
Logging
We can attach the debugger to the Silos Host or Client applications and add breakpoints to get an insight ...