1
vote
1answer
41 views

Debug Typescript with breakpoints in Visual Studio

i use typescript 0.8.3.1 in an mvc4 project in VS2012. I can set breakpoints in the ts file but when i debug in internet explorer VS says The breakpoint will not be currently hit. No symobls are ...
0
votes
0answers
28 views

Attach to web application debug issue

I have my web app hosted on my local machine, and I try to debug it. I always use Attach to process to do this. BUT. Sometimes when I reach breakpoint and press F10 debugger just continue to run app ...
0
votes
0answers
33 views

Breakpoint will not currently be hit, no executable code associated with this line

Before we start, I did check this question first, and it didn't help as implementation was different. This guy was told to delete all exes, dlls and pdb files and recompile. My app is a standard ...
2
votes
2answers
65 views

Assertions C# + When to use them

I have seen couple of posts regarding usage of Debug.Assert in C#. But I still have one doubt, may be its repeated, but I need to ask. Is there a strict rule that Debug.Assert should be used only for ...
0
votes
0answers
82 views

visual studio debug error unable to start program no more files

System info: Win 7 x64 SP 1, IE 10, Visual Studio 2010 I've been researching this error all over. visual studio debug error: "unable to start program (File path) no more files" This started with ...
0
votes
2answers
52 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
35 views

need further explanation of “no symbols have been loaded” error

I have seen the posts on this site about the following error: The breakpoint will not currently be hit. No symbols have been loaded for this document. But, the problem descriptions and solutions ...
0
votes
1answer
28 views

Exception Debugging using Unity IOC

I'm having issues getting good Exception information when using Microsoft.Practices.Unity to load some classes dynamically. The code is on a remote server and I'm using ELMAh to capture errors. I ...
0
votes
1answer
44 views

C# Step Into variable list

There usually is a variable list at the bottom of the screen that helps me follow the value of different variables in my app while using the f11 'step into' function, but since I updated to web ...
0
votes
0answers
34 views

Object Reference not set to an instance of an object in VS 2012

i have done this a thousand times. this is my first time doing so in Visual Studio 2012 though. I have reduced my code to the following: In the App_Code Folder I have a DALbatter class that looks ...
1
vote
2answers
173 views

Unable to do 'add a Button to the Sitecore Content Editor Ribbon to Debug Any Item in Any Database'

I have tried to create a debug button as shown below taking reference from link#3 in bottom, I have compiled and configured the button in core database and configured the Commands.config but I am ...
0
votes
2answers
37 views

VS2008 on Windows 8 stepping through when debugging a web-app takes a long time

When I try to step through a web-app via F10 key in VS2008 running on Windows 8 Pro it takes about 3 seconds for each step through to complete. On windows XP and windows 7 running VS2008 debugging ...
1
vote
4answers
89 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 ...
1
vote
0answers
76 views

Remote debugging asp.net web application with external IP

I try to install remote debugger in my remote machine, and connect to it in my local computer, using visual studio 2012 for asp.net web application, windows8. remote and local computers are not in the ...
4
votes
2answers
129 views

system.web.compilation.debug vs. system.codedom.compilers.compiler.compilerOptions /define:Debug=True

When I deploy my ASP.NET web app to production, I use a config transform to remove debug="true" from <compilation>. However, just today I noticed another section in the web.config that looks ...

1 2 3 4 5 36
15 30 50 per page