0
votes
0answers
19 views

Visual Studio 2012 Fatal error 0x80131c39

I am going bloody insane, I have installed a different type of Windows 8 (pro) at work, and now VS12 gives me this error. At home I have home edition W8 and everything works fine. I found ONLY ONE ...
0
votes
1answer
19 views

How to debug my activity for TFS?

I want to automate building patches with WIX. Cause it seems to be no tools for it I write my own. But I don't know how to debug it. I can find only rubbish tutorials like this that are useless 'cause ...
0
votes
0answers
14 views

VSIX package source.extension.vsixmanifest is missing, can't figure out how to add it properly either

I'm flailing around trying to debug this VS 2012 VSIX package which relies on the project and item templates. Can you clear up for me what I'm supposed to do? I have VSIX Project and Item templates ...
0
votes
2answers
43 views

Setting start page when debugging ASP.NET not working

I am using Visual Studio 2012. In my solution explorer I would normally right click on a ASPX file and click on "Set as Start Page". When running the website, it would then start with that page. ...
0
votes
0answers
11 views

How to see local and auto variables values on remote debugging

sAs I wrote in the subject I can't see that values of variables in remote debug mode. The window of auto and locals are empty during debug. Any ideas why? and how can I solve it? When I'm trying to ...
0
votes
0answers
19 views

VS 2012 debug where a vector is changing

Please look at the following code: (VISUAL STUDIO 2012) void Layer::Simulate( float dt ) { ... std::vector< T >::iterator = m_children.begin(); // Point A for (int i = 0; it != ...
1
vote
1answer
55 views

Unable to Debug a Windows Service in Visual Studio 2012

We are migrating a Visual Studio 2010 solution to Visual Studio 2012. As usual Murphy's Law is rearing it's ugly head. What I am trying to do is relatively simple and I have done it many times in ...
-1
votes
2answers
68 views

C#: Is there a way to launch the debugger from a codeline? [closed]

Question: Is it possible to start a web project application in my current solution without debugger (keycombo: Ctrl+F5) through a codeline? thanks in advance
0
votes
0answers
39 views

Visual Studio 2012 “Apply Code Changes” menu-item is missing for native C++ debugging (probably due to managed-code projects in solution)

I suspect that this relates to having managed-code DLL projects in the solution, since in VS2010 the menu-item was also missing unless I manually unloaded all managed-code projects from the solution. ...
4
votes
3answers
169 views

VSIX extension for VS2012 not running when debugging

I created a new VSIX extension project in Visual Studio 2012, and wrote a MEF classifier (as a test) that should simply highlight all text in a .mylang file. Here are the relevant parts of my .NET 4.5 ...
2
votes
1answer
89 views

Debugging VB6 Code From Visual Studio 2012

We have a .NET application using a lot of legacy components written in VB6. We were able to debug the VB6 code using native code debugger and generated pdb files in Visual Studio 2010. After upgrading ...
1
vote
1answer
26 views

Debug Triggering Build Errors (File Not Found) and Antivirus Program, Visual Basic (V11 2012)

I made some changes in my code and when I went to debug my program I got a build error. The error prompted my anti-virus software (Avast) to block my program as a "suspicious file". Visual Studio ...
1
vote
1answer
48 views

How do I know what errors are being thrown in my try-catch blocks?

When I'm building my programs, I have a number of try-catch blocks and when they throw errors, I seem to have trouble seeing what caused the error - I've tried looking at the stack-trace but I always ...
0
votes
3answers
38 views

Debug Multiple Solutions VS 2012

I have been trying to debug a class library in a Solution A with a MVC project in Solution B. I run Solution B, set a breakpoint in Solution A, but the debugger never gets into Solution A. I have ...
0
votes
0answers
40 views

Is it possible to remote debug Windows 8 with VS 2010?

I am using VS 2010 and trying to remote debug a Window 8 machine. I can't find a VS 2010 remote debugger stub compatible with Window 8. Is it possible to remote debug Window 8 with VS 2010 or must I ...
-3
votes
0answers
48 views

Visual Studio 2012. Code works in debug and release, but not release with debugging [closed]

I understand the reason behind code working in debug and not in release, but how can it work in release without debugging and not release with debugging, and its not just that in release without ...
4
votes
4answers
88 views

Debugging LINQ on a per-element basis

I love LINQ statements for the expressive syntax and other convenient features. However, I find it very troublesome to debug them sometimes. Specifically, when I run a LINQ statement on a collection ...
1
vote
0answers
82 views

Remote Debugging of Website in Windows Phone 8?

I know we can remote debug a website Andriod and Iphone very easily. But is this possible with Windows Phone 8 using Visual Studio or any third party software?
-1
votes
1answer
69 views

Visual Studio 2012 Release only error

There are a number of errors going on here but I'm sure they are all linked, so first off I'm getting Access violation reading location exceptions at locations (generally near 0x00000000) but I only ...
6
votes
2answers
272 views

Is there a way in Visual Studio 2012 to use F# REPL when debugging c#

If I have a breakpoint in a c# program I would love to use the F# REPL to inspect my code. Is this possible in any way?
0
votes
0answers
41 views

Visual Studio 2012 - event on “stop debug”

i've been wondering if there was any way to perform an action when debugging is stopped inside Visual Studio 2012. For example, I start debugging an application that opens a window and then uses ...
0
votes
0answers
42 views

Visual Studio failed to enter debug mode due to error finding parse tree node for active statement

I just update my project from a repository and since that when my program hits a debug point, it gives me this message: Entering break mode failed for the following reason: Error finding parse tree ...
0
votes
1answer
145 views

Error when trying to debug in Visual Studio 2012

When I try to run "Start Debugging" I get the error: "Unable to launch the configured Visual Studio Development Web server. Unable to start debugging. Operation not supported. Unknown error: ...
0
votes
1answer
71 views

Connect to Windows Phone 8 Emulator remotely with full support in Visual Studio

I think this is a straightforward question but I'm looking for someone who has actually tried this and can say yea/nay. I want to run the Windows Phone 8 emulator on another Hyper-V host than the ...
1
vote
1answer
44 views

Step into dll not possible (pdb available)

I have a solution with many projects and some of them are located outside of the solution path (I copy the compiled dll's and pdb's as Post-build event with xcopy)! If I want to step into the dll's ...
0
votes
3answers
162 views

Runtime how to determine Debug or release mode in visual studio c++

I am doing my school assignment. During debug mode I would like to turn on my console mode and during release turn off console. I have try marco as recommended in stackoverflow but it is not working. ...
0
votes
2answers
70 views

Not able to open files in visual studio after debugging application

I'm working on an ASP.net mvc project in Visual Studio 2012. Came across this issue, which is incredibly annoying when debugging my application. Say that I have n number of files open in my editor ...
0
votes
0answers
51 views

Array values after Visual Studio 2012 update 2

After i installed update 2 for Visual Studio 2012, while debugging i cant click on the small '+' button for an array to check the values inside the array(there is no '+' button). Any help how to get ...
2
votes
1answer
121 views

Debugging Windows Store application on local machine

I am trying to debug Windows 8 C# Store application with Local Machine debugger. So, I added some incorrect line to MainPage constructor, after InitializeComponent call. I tried the code that causes ...
1
vote
4answers
80 views

Is there some way to save objects to disk in Visual Studio 2012?

I'm hunting for a bug, and it would be really helpful if I could dump the contents of the objects my Locals Window to a file so that I could compare it in Notepad++ with another object record that ...
0
votes
0answers
130 views

IIS Express 8 in Visual Studio will not load site when Authentication cookie exists

I have an ASP.NET mvc application in VS 2012 running IIS Express 8 for the debugger (with a custom domain and ssl). Everything was working great until yesterday. When I launch the debugger, it loads ...
0
votes
2answers
46 views

Save the debugging state to skip long computations

I have a c++ program which starts with a "heavy" computation done by a library. It takes about 10 second in release mode, but more or less 15 minutes in debug mode. So, without any hack, if I want to ...
0
votes
1answer
55 views

Random CLR Exceptions while Debugging in VS2012

I keep getting random CLR exceptions while debugging which then causes the debugger to stop. It happens on my asp.net project and a blank asp.net project i created. Below is the error. Any ideas why? ...
1
vote
2answers
33 views

Can I debug while profiling?

I have a VS2012 solution and WPF application, runs without exception in release and debug mode, but if I try to profile it the application crashes when I perform some UI actions (opening VMs, their ...
1
vote
0answers
142 views

How to get immediate Visual Studio 2012 javascript debugging when attaching to IE10?

When I start a web application with VS2012 in debug mode, and the javascript in the page raises an exception this happens: VS - debug (F5) IE10 opens and the source file with the error line is ...
2
votes
1answer
126 views

Error when running application in debug mode from Visual Studio 2012 on windows 8

When I'm trying to run any type of project using F5 or attaching to a process an error window is displayed displaying the following: "Error when trying to run the project: Unable to start the ...
1
vote
0answers
73 views

Dump Values of All Variables in Visual Studio

My program does a funky thing where it works only sometimes, mostly after running it a few times. What I want to do is copy the values of all the variables of when it doesn't work and do the same for ...
0
votes
1answer
353 views

Visual Studio 2012 won't let me debug

I can't seem to be able to debug. When I try to, I don't get any build errors, and the layout changes to debug mode, but the windows never pops up. I have an orange bar at the bottom of VS, which I ...
0
votes
1answer
90 views

DebuggerTypeProxy for generic type hierarchy

I'm trying to write a debugger type proxy/surrogate for matrices and vectors in Math.NET Numerics, so the debugger shows more useful information (also in F# FSI). The type hierarchy is as follows: ...
0
votes
1answer
159 views

Debug MVC Web API with MSTest app

I am just getting started here and would appreciate some help. I created a MVC 4 Web API project (VS 2012) and a MSTest project in a solution. I wrote a test method in MSTest and use the WebClient ...
0
votes
1answer
96 views

What are the negative consequences of turning debug heap off? (_NO_DEBUG_HEAP==1)

The initial phase of my program loads in significant amounts of data into STL containers. I found that it was taking several minutes before I could reach the real meat of my program. After some ...
1
vote
1answer
184 views

Visual Studio 2012 Debugger suddenly stops while debugging Azure project

When I'm debugging my Azure project (1 Web + 1 Worker Role instance) locally, the debugger often just stops and the role instances are restarting. I have no clue why this is happening, there are no ...
1
vote
1answer
88 views

Debugging javascript in ASP.NET project

I'm just starting doing js development, my experience with server-side, XAML, etc. I'm used to intellisence and nice debug experience. Now I'm struggling. What is the best combo for debugging asp.net ...
2
votes
2answers
76 views

When debugging, is there a way to tell if an object is a different instance?

When debugging, I was expecting two different classes to be using the same instance of an object. All of the properties were the same for these two objects, but they were two different instances. Is ...
0
votes
2answers
107 views

Azure Web Role - Multiple websites don't compile when debugger is run in Visual Studio

I have an Azure Cloud Service Project that has a web role with multiple websites associated with it. When I click the "run" button, it fails to load the debug symbols for all the websites in the web ...
0
votes
1answer
546 views

Visual studio C# debugger - the breakpoint will not currently be hit

I know that this question have been asked several times and many people here have suggested different answers. Though none of them are working for me. I created a windows forms application with ...
1
vote
4answers
333 views

can not hit breakpoint inside of .js file

I upgraded to win 8. Now I run my VS 2012 under admin privileges and I'm creating a website in MVC 4. I checked different solutions online and none have worked. I have a javascript file in my solution ...
0
votes
0answers
44 views

Debugging VISTA application built with Visual Studio 2012 on VISTA with Internet access?

Here is my question: I use MS Visual Studio 2012 to build an app that must run on VISTA (FYI, it runs correctly on 7 and 8). My computers (builder and target) have no access to the internet but are ...
1
vote
0answers
113 views

Visual Studio 2012 Unit Test client and service debug

Dumb question but for some reason I just can't seem to figure out how to debug a unit test, hit a breakpoint on the client and step into a web service. In VS 2010 I just set my solution to be a ...
0
votes
2answers
67 views

VS starts IE in compatibility mode

Visual Studio 2012 always starts IE in compatibility mode. Is it possible to run ie10 instead from VS?

1 2 3 4