0
votes
1answer
5 views
disable remote site project debugging vs 2008
i have a remote web site project in my sln that contains a wcf service and the server does not allow me to debug him...
when i run my client i get an error on the start that the s …
0
votes
2answers
17 views
Visual C++: breakpoints disabled
I have a 'release with debug info' unmanaged c++ .exe (built with VS2005) deployed onto another PC, the .exe and .pdb are in the same folder.
When I try to attach to the process f …
0
votes
1answer
48 views
How can I remote debug on another workgroup machine?
I have used the "Attach to process" function within VS 2008 many times, but never actually on a remote machine. Now I have to do it and I already read a bunch about it on the net. …
0
votes
0answers
7 views
Remote debugger seems to have stopped working.
I had remote debugger working. I have a set of computers on a private network. I could VPN to that network and debug by launching Visual Studio with the same user name and password …
0
votes
2answers
26 views
File changed watcher Tool
I have recently begun a new project which runs on remote computer. I usually remote debug the application. I have setup microsoft sync toy to "echo" the built exe,dll,pdb and confi …
0
votes
2answers
52 views
Looking for a GUI debugger that runs on windows and can remote debug on Linux
The current setup is that I'm developing a program for Linux (and debugging the binary with GDB via SSH), but using Eclipse and a remote file mount to do the editing from a Windows …
0
votes
2answers
40 views
How to get remote debugging work for Java on Solaris
Hello,
I am trying to get remote debugging working with Java on Solaris OS. Following is what I have tried-
I have a Java class called TestP which has the main method.
When I tr …
1
vote
2answers
42 views
Debugging .NET Problems on Remote User PCs
I support a .NET IE Toolbar, for a population of users that have a variety of OS and IE versions, in a variety of remote locations. For a small number of these users, the toolbar …
0
votes
0answers
5 views
Visual C++ Remote Debugging - Breakpoints Become Disabled
Here's the setup I have:
On my local PC I build an un-managed C++ app in release mode, with debug information
On my local PC the .exe and .pdb file are in the same dir
On my loca …
0
votes
1answer
39 views
Debugging shared libraries remotely with gdb/gdbserver
My question is about remote debugging an application on an embedded arm processor using gdb/gdbserver.
I can debug the application itself, but the application dynamically links to …
0
votes
2answers
38 views
Remote Debugging Fail - No suitable logon session
Receive this error message:
Error while trying to run project: Unable to start debugging.
Unable to start program "D:\xxx.exe".
There appears to be no suitable logon session on …
1
vote
2answers
93 views
Cannot get the remote debugger for Delphi 2007 to work correctly?
I followed these instructions while trying to get remote debugging working with Delphi 2007. After completing all the steps, the remote debugger is half working.
It is able to …
0
votes
4answers
110 views
Remotely debug Linux Kernel from Windows?
Hi all,
I was wondering if anyone knew of a way to remotely debug the Linux kernel running under VMWare (and if so, if there's a way to do it in Windows since linux kind of scares …
6
votes
3answers
4k views
Remote debugging with Eclipse CDT
We're using the Eclipse CDT 5 C++ IDE on Windows to develop a C++ application on a remote AIX host.
Eclipse CDT has the ability to perform remote debugging using gdbserver. Unfor …
1
vote
2answers
19 views
Break points not removing while attached to process
I have a problem removing breakpoints that are set when I attach to a process.
I am attaching to the aspnet_wp process and setting breakpoints. However any breakpoints I remove wh …
