0
votes
0answers
9 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

“Microsoft Visual Studio is waiting on an internal operation to complete”

I get the Microsoft VS Delay Notification pop up consistently when I am trying to attach the debugger to a remote process (Native only, with no authentication). The process runs as a service on the ...
0
votes
0answers
27 views

Remote debugging hosted apps

I have a hosted (IE) win forms application that only experiences strange behavior on a specific client machine. I'm able to attach to the IE process using visual studio however the symbols for the ...
0
votes
0answers
139 views

windows kernel debugging over a network issues

I'm trying to get windows kernel debugging to work over a network. My NIC is on the list of "Network Adapters Supported for Debugging." ...
2
votes
0answers
103 views

VS remote debug problems

I am trying attach process on other PC to debug remote. But Type of code in the "Attach to process" dialog is always Native (x86 or x64) and never Managed code (my App is 100% managed). And after ...
0
votes
1answer
45 views

Why aren't symbols loading when attaching to running process?

I've been trying to attach to a process on a remote machine to debug an issue. I was able to connect but the VS debugger warned that: The following module was built either with optimizations ...
2
votes
3answers
1k views

Debugging a library of an external program? (Visual Studio 2010)

Hello fellow programmers! This is a question towards programmers who have experience with using Visual Studio 2010 for debugging external applications. Currently, I'm developping an add-on for a ...
0
votes
0answers
126 views

Attaching to process by PID on remote machine (Windows Mobile emulator)

I'm trying to debug a DLL running on the Windows Mobile 6 emulator. The DLL is run by device.exe. Unfortunately, when I open the Attach to Process menu item and connect to the emulator, device.exe ...
0
votes
3answers
1k views

How to debug Azure web role running in the cloud?

We need to debug an issue that manifests itself ONLY in the cloud. It doesn't show up in the emulators (even with cloud connection strings etc). We have RDP installed on the staging web-role instance ...
0
votes
1answer
137 views

VS2010 Remote debugger stopping where is no breakpoint

I am remotely debugging a dll (C++, unmanaged) for Microsoft FSX (I do not know whether this matters). The dll is compiled as "Multi-threaded-dll", since it does not work as "Multi-threaded-dll ...
1
vote
1answer
500 views

Visual Studio 2008 Remote Debugging Error: “Unable to start program '*****.exe'”

I am trying to remote debug my .exe in VS2008, but when I try to start debug I am thrown an error: Unable to start program '*.exe'. The application has failed to start because the application ...