Category: visual-studio

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: […]

One executable that starts as a GUI application or console application based on command line in Visual Studio 2005

I have a Qt application in Visual Studio 2005 which is linked using \subsystem:windows such that when I run the compiled executable it does not create a command line terminal, as well. I would like to create a command-line mode: when I start it with the –nogui command line argument, then the GUI is not presented, but […]