Tagged Questions
The remote-debugging tag has no wiki summary.
21
votes
6answers
11k views
Remote Debugging in Visual Studio (VS2008), Windows Forms Application
Hi
I'm trying to Remote Debugging a Windows Forms Application (C#), but i'm always getting this error:
Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor
named 'XXX. The ...
18
votes
4answers
860 views
Start mobile browsers with webkit remote debugging ON
At Google I/O 2011: Chrome Dev Tools Reloaded, Paul Irish and Pavel Feldman introduced new remote debugging feature — which was in passing included into webkit.
--
This is great news, particularly ...
13
votes
3answers
3k views
Cannot get Remote Debugging working with VS2010
I have a server and a workstation on the same corporate domain. My user is a local administrator on both machines. I have Installed the VS2010 version of MSVSMON and set it to run as a service on the ...
13
votes
2answers
497 views
Java remote debugging, how does it work technically?
I really like the remote debugging facilities of the JVM. But I wonder how it works internally.
My assumption: It is done through a JVM feature where the running process is downloading/using the ...
13
votes
2answers
5k views
How do I attach a remote debugger to a Python process?
I'm tired of inserting
import pdb; pdb.set_trace()
lines into my Python programs and debugging through the console. How do I connect a remote debugger and insert breakpoints from a civilized user ...
12
votes
5answers
4k views
How to wait until remote .NET debugger attached
Today I ran into a problem were I needed to remote-debug a program. The program was launched from another system, so I really don't have an opportunity to interact with it on the command line. I ...
10
votes
3answers
19k 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. Unfortunately, gdbserver ...
9
votes
2answers
923 views
Visual studio 2010 remote debugging is very slow (across domains, over vpn)
Overall debugging works, but each step through code takes dosens of seconds.
I've already closed all additional windows like stack trace,watches,autos; deleted all breakpoints.
server and dev ...
9
votes
1answer
9k views
Runing java with JAVA_OPTS env variable
Greetings,
In a shell script,I have setup JAVA_OPTS environment(to enable remote debuggin and increase memory) and then execute the jar file as follows:
export JAVA_OPTS="-Xdebug ...
9
votes
2answers
1k views
Debugging a running python process
Is there a way to see a stacktrace of what various threads are doing inside a python process?
Let's suppose I have a thread which allows me some sort of remote access to the process.
9
votes
7answers
12k views
Why are no Symbols loaded when remote debugging?
I want to use remote debugging.
The program that I want to debug runs on machine b.
Visual Studio runs on machine a.
On machine b I have a folder with the following files:
msvcr72.dll
msvsmon.exe
...
8
votes
3answers
5k views
Remote debug Jetty (no mvn, no plugins)
Past scenario
- Work with Tomcat and start in debug mode and Remote Debug with Eclipse.
- Define a port and connect with eclipse in this debug/remote port.
- Use to debug servers in other ...
7
votes
3answers
970 views
Delphi 2010 remote debugging - unable to get breakpoints working
I recently posted this question about my inability to get Delphi 2010 working with remote debugging. I have not had any success and decided to post up a simple step-by-step test technique that might ...
7
votes
5answers
4k views
Work on a remote project with Eclipse via SSH
I have the following boxes:
a) A Windows box with Eclipse CDT,
b) A Linux box, accessible for me only via SSH.
Both the compiler and the hardware required to build and run my project is only on ...
6
votes
1answer
290 views
How to use tracing in GDB
In the documentation for gdb:
The tracepoint facility is currently available only for remote
targets. See section Specifying a Debugging Target. In addition, your
remote target must know how ...
6
votes
1answer
426 views
How can I receive OutputDebugString from service?
I'm trying to catch all OutputDebugString messages (including those from services) using the following code. It worked fine until I migrated to Windows 7. The problem is that since Windows Vista ...
6
votes
0answers
270 views
Show source code in windbg when running a process through ntsd -d
I can't make source code show in windbg when I pipe ntsd -d on the target through windbg -k, but it works when I debug locally.
I want to debug the very first code execution of Winlogon.exe and ...
6
votes
4answers
1k views
How do I debug Internet Explorer on Windows Phone 7?
I'm not a Windows Phone developer, and I want as little to do as possible with anything related to Microsoft. Nonetheless, I need to get my mobile web app running properly on Windows Phone 7. What ...
6
votes
5answers
541 views
Delphi: Application error logging in the field
Using Delphi 7, I wonder if there is a free component which will collect diagnostic information as my application runs at a remote site and will help me to debug error reports.
Maybe it records each ...
6
votes
1answer
2k views
Is it possible to remote debug a VirtualBox with visual studio?
I'm running different versions of our application on Sun's open source VirtualBox, is it possible to remote debug the app from the host OS with Visual Studio? The problem is that in Visual Studio when ...
5
votes
2answers
90 views
Remote debugging client computer
I have problematic deployment of my application on some client computer.
I really need to see what is going with my application in the run time and my logging is not sufficient.
The computer is on ...
5
votes
5answers
444 views
Best gui for remote gdb
I know this question has been brought up before but it was mostly in respect to gdb for a program running on the local machine.
I've had some success with eclipse-cdt but it only seems to work ...
5
votes
5answers
563 views
Is HTML, CSS remote debugging possible for Mobile and Tablets like Android , ipads?
Is HTML, CSS remote bugging depossible for Mobile and Tablets like Android , iPads?
For example I want to use firebug on Ipad website, but from my desktop and firebug changes should be seen in iPad.
...
5
votes
3answers
2k views
Configure Visual Studio 2010 Remote Debugger
I have installed the Visual Studio 2010 Remote Debugger on a Windows Server 2003 (x86) server, and am attempting to connect to it results in the following error:
Unable to connect to the Microsoft
...
5
votes
2answers
176 views
How do I improve quality of debug data when my app crashes in the wild?
I had my first NullPointerExceptions in my app and it showed up on the Developer Console.
While I was starting to ask for advice here I realised what the problem was, but it brought to the front of ...
5
votes
1answer
1k views
Remote Debugging: Target computer cannot connect back to this computer. Authentication Failed
I am trying to set up remote debugging from my development machine into a production environment running in a virtual machine, but no matter what I do I get the following error:
Unable to connect ...
5
votes
3answers
2k views
How to Debug .net applications without Visual Studio
Please let me know if this has been asked before, I wasn't able to find any questions on this subject:-
I need to determine the inner exception of an exception thrown on a computer with the .net ...
5
votes
1answer
222 views
Remote debugging on server
what is the best way to remote debugging .NET on server without install VS?
5
votes
2answers
3k views
best technique for launching a windbg user-mode remote debugging session
What is your favorite technique for launching a windbg user-mode remote debugging session?
Why is do you prefer this technique over other techniques? (pros/cons)
There are at least four different ...
4
votes
1answer
155 views
Remote debugging an app with the DEBUG versions of the CRT when VS is not installed on the remote machine
First let me say that I can remote debug a release build on the remote computer. I set up my release build much like my debug build but I mostly had to make sure the Debug flag was not set. I've dealt ...
4
votes
2answers
194 views
How to setup an external firewall to enable Visual Studio remote debugging
I've read many articles here, at MS and through Google, on remote debugging and all of them cover Windows Firewall and how to open ports and adding the debugger remote agent as an exception. It seems ...
4
votes
2answers
3k views
Running ndk-gdb with package not found error on motorola phone
I have a C++ Android application that I'm trying to debug with ndk-gdb. The application does use multiple threads, but supposedly r5 of the ndk supports multiple threads. Also, I'm not even getting ...
4
votes
3answers
871 views
Eclipse - Run project on a remote machine
I have been working on a Java project from my local machine using eclipse. I am trying to run this on a remote machine. The remote machine is a cluster running on Linux. Right now I have mounted the ...
4
votes
1answer
80 views
Production ASP.NET webapp error for one user, can't reproduce in development- how do I debug?
I inherited a customer facing asp.net web application, in which customers can upload files to our file servers. It works fine for all users except for one individual. Two weeks ago she tried to upload ...
4
votes
4answers
181 views
What are my options for a small, remote debugger for C# apps as an alternative to Visual Studio?
Just a simple (maybe dumb) question: is there a simple small debugger tool I can use when I do remote-assistance (I use VNC or TeamViewer)?
My C# app is deployed to thousands customers in my ...
4
votes
1answer
1k views
Debug ASP.NET application running on remote IIS Server from VS2010
Just wondered if anyone could point me in the right direction here?
I'm trying to debug a deployed web application and can't seem to get the attach to work.
Here's the scenario:
VS2010 installed on ...
4
votes
2answers
256 views
JDB debugging of Groovy/Grails code
I'm attempting to debug some issues in some (rather bletcherous) Grails code that I inherited. I'm a relative noob in Groovy and Grails although an old Java guy.
Here's the problem: I have this ...
4
votes
2answers
4k views
Can't step into stored procedure on remote SQL Server 2008
I have a domain controller installed on virtual Windows Server 2008 x64.
SQL Server 2008 Express x64 is running on Windows Server 2008 x64 and client on Windows 7 RTM x86. Both have joined the ...
4
votes
2answers
582 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 launch and halt the ...
4
votes
3answers
881 views
How do I attach a trace listener to a running process?
I'm not sure if this is possible in the manner I am envisioning or not so I'm hoping someone can help me wrap my head around this.
I'm wanting to inject a TraceListener into a running process - kind ...
4
votes
2answers
3k views
ASP.NET / IIS Remote Debugging - DEBUG verb
I'm looking for details on the DEBUG HTTP verb.
It's clear to me that this is used for remote debugging - though I'm not even sure if it's for IIS or ASP.NET...
If I want to access this interface ...
3
votes
2answers
71 views
.NET remote debugging as another user from another domain?
I am trying to debug remotely via Visual Studio 2010. But I am unable to tell the debugger to use another (remote) account on the remote machine. (Not to use my account.)
Any hints?
UPDATE: I don't ...
3
votes
3answers
104 views
Remote profilling java application
I'd like to ask how I can profile REMOTELY a java application. For debugging I can say which port the JVM must listen etc since the machine I'm trying to access is behind an ssh gateway so I manually ...
3
votes
2answers
181 views
Debugging with GDB in Emacs remote
i am trying to use gdb within emacs, i have gdb running but the first command i need to input is for example;
target remote 192.168.1.1:1234
to communicate with the target. I type this in at (gdb) ...
3
votes
3answers
100 views
is there an overhead on setting a JVM to listen to debug port?
I want to be able to debug production systems with jdwp.
for this I want to add -Xdebug -Xrunjdwp:transport=dt_socket,address=11122,server=y,suspend=n to each java process I am starting.
Is there any ...
3
votes
3answers
109 views
What is the best method of remotely controlling/debugging a .NET application?
I'm running a VB.NET application 24 hours a day on a dedicated machine. I'd like to be able to receive status updates and also control/debug the application remotely (i.e. from another computer via ...
3
votes
2answers
326 views
Remote debugger for iOS? I need to debug a accessory
I'm testing a hardware accessory, with not emulator.
Because that, I can't debug and at the same time connect the accessory, because in both cases is necessary a cable connection.
So, exist any way ...
3
votes
1answer
1k views
Remote debugging ASP.NET applications on a server with static IP address
All of examples on web assume the remote server which we are going to debug remotely is on the same network. I have only a static IP address and using RDP I connect to server.
I've installed Remote ...
3
votes
1answer
841 views
Remote Post-mortem coredump analysis without having exact debug symbols for shared system libraries
How do you usually get around this problem? Imagine that a thread crashes inside libc code (which is a system shared library) on Computer1 and then generates a coredump. But the Computer2 on which ...
3
votes
2answers
245 views
How can I debug a seemingly hardware-dependent issue with my Android app without access to the hardware?
I have an open-source application on the Android market. It seems to work fine for me (with over 1,000 active installs, I have to presume that it works for most people).
I recently got a bug report ...