Category: debugging

Why will Visual Studio 2005 not debug my JavaScript code?

In this very simple ASP.NET application, Visual Web Developer 2008 Express CAN debug the JavaScript code fine, but the full version of Visual Studio 2005 CANNOT debug it, namely: when I click on a line in the main.js file it gives me a red circle with a question mark on it, the mouse hover revealing: […]

How to get class and runtime information?

For debugging purposes, I’d like to display as much class information as I can, and possibly runtime information (which thread does the class/function run in, etc) into the console. Is there an easy way to do this with a function, variable or even (external) framework? P.S: I’m using Cocoa Touch.