Skip to main content

All Questions

0 votes
0 answers
198 views

Visual Studio Debugging: How to reference DLLs in another directory without manually copying to the project dir?

[This is specific to Visual Studio 2013 - my project requires this version.] I have a C++ project which I can successfully build. However, the project comes with a number of DLLs which are not ...
Brie's user avatar
  • 2,309
1 vote
1 answer
244 views

See last variable value after debugger finishes

Is there an option to mark a variable so that the last value it had before debug execution finished is available to peek when writing code? Maybe through some VS extension? Sample scenario where it ...
AdamL's user avatar
  • 13k
1 vote
1 answer
757 views

How to enable breakpoints of current file only in Visual Studio?

For example, I am debugging a project that contains several source files where I already have breakpoints. During debugging I once disabled all the breakpoints from debug menu (Debug -> Disable All ...
theburningfire's user avatar
6 votes
2 answers
2k views

Some DLLs missing from Modules Window

After couple of hours of looking in the internet without succeed. I am working in visual studio 2013. I have a solution with c# project that call c++. I put break point in a function in the c++ ...
Ditza's user avatar
  • 345
1 vote
0 answers
106 views

VS2013 C# variables appear to go out of scope after multiple await statements

I'm working on and attempting to debug a C# unit test which performs multiple awaits to setup some database state. Variables declared and assigned early on are initially visible, but as I progress ...
Chris's user avatar
  • 3,675
0 votes
2 answers
65 views

Compiler/linker option to launch Visual Studio on exception

I use Visual Studio 2013 but most of the time I use nmake to compile and link console applications that I also launch from a Command Prompt window. Of course, if I run into a bug and the program ...
user3277340's user avatar
1 vote
0 answers
402 views

Debug National Instruments Measurement Studio (No Symbols Loaded)

I've a problem with a ScatterGraph from NI Measurement Studio 2015, see Background Worker: Make sure that ProgressChanged method has finished before executing RunWorkerCompleted. Now I would like to ...
Wollmich's user avatar
  • 1,606
0 votes
1 answer
229 views

Wall clock analysis from Visual Studio Diagnostics Hub

The Performance and Diagnostics Hub in Visual Studio is an amazing feature. I use it for diagnosing Memory and high cpu issues while writing code. However, so far I am not able to figure out how to ...
jim crown's user avatar
  • 483
2 votes
1 answer
2k views

Breakpoint will not currently be hit issue

I have a breakpoint set in a method and once I made changes to the code it stopped from being hit and the breakpoint displayed as below. I referred this question and this question but none of them ...
Pissu Pusa's user avatar
  • 1,304
0 votes
0 answers
210 views

Debugger not stopping at breakpoint for PHP in Visual Studio 2013

I am using Local IIS Express Web Server. Invalid information were received from PHP.Debugger.Server. Getting this warning and the debugger not stopping at breakpoint in Visual Studio 2013
Samim Ahmed's user avatar
0 votes
2 answers
187 views

Using anonymous pipes through Visual Studio

I'm using anonymous pipes to have 2 apps exchanging informations. App1 launch App2 and send/recv datas. Code is C++. It works well in release. Also, I have an option that let App1 launch App2 ...
Gerald's user avatar
  • 688
-1 votes
1 answer
25 views

Control many Visual Studio debugger sessions from one

I am writing a VSPackage and want to support starting multiple debugger sessions with a single keypress. Does anyone have any insight into how I can get access to another process's IServiceProvider? ...
Steven's user avatar
  • 618
2 votes
1 answer
995 views

Visual Studio 2013 debugger showing weird values for std::string

I have a large cmake generated solution with many projects in it. For some reason I cannot view the contents of a string because according to the debugger _Bx._Buf contains some garbage. text.c_str() ...
F.E. Land's user avatar
0 votes
2 answers
2k views

No symbols have been loaded for this document. Debugging .NET code for Dynamics AX

I'm trying to learn how to debug between Dynamics (AX 2012 R3) and Visual Studio. But for some reason I am unable to trigger any breakpoints in Visual Studio. I've searched far and wide for more than ...
Kempeth's user avatar
  • 1,936
0 votes
0 answers
43 views

Debug referenced dll that is not called directly from code (VS 2013)

I know there are some posts with similar title, but in my case we are implementing SSO, where referenced external DLL is called "automatically" because it is defined in web.config, so there is no our ...
Slava's user avatar
  • 6,498

15 30 50 per page
1
2 3 4 5
27