Book Image

SignalR Blueprints

By : Einar Ingerbrigsten
Book Image

SignalR Blueprints

By: Einar Ingerbrigsten

Overview of this book

Table of Contents (18 chapters)
SignalR Blueprints
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
9
Debugging or Troubleshooting
Index

Chapter 9. Debugging or Troubleshooting

This chapter will show the tools that exist to help you know what is going on in your SignalR-enabled system. Sometimes, what causes a problem moving into single page applications is not that obvious; this shift of looking at postbacks looks at the traffic between the server and the client. With the right tools and know-how, this shouldn't be a problem.

In this chapter, we will cover the following topics:

  • Enabling tracing or logging

  • Using Fiddler

  • Enabling performance counters

  • Getting debug info into Visual Studio

  • Chrome Developer Tools