remote-debugging

Publishing Problems

I have an ASP.NET web project that works perfectly on my computer. However, when I publish to the remote server, it crashes. The only page I see is the main startup page. If I click on any link I get an error page. The error page tells me that it can't tell me what the error is (for security reasons), and that I should set customError mo...

How to debug a remote linux binary ?

Here is the situation: I've got a linux binary that is crashing. No log files, trace files, etc. I need to be able to attach a debugger to it (I have the source locally) and track down the error. Whats the easiest, best way to approach this problem? ...

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. ...

How do you automatically attach to a specific IIS pool on remote server?

Currently three developers share one IIS box for testing. Because of third party utils and other restrictions we can't run the project locally so remote debugging is the only option. Our current process is to remote to the webserver, run iisapp.vps to get the PID of our individual sites and then run remote debugging in VS2008, to connect...

Remote debugging on server

what is the best way to remote debugging .NET on server without install VS? ...

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 framework installed but not Visual Studio (nor is it possible to install Visual Studio on the computer). How can I examine this inner exception...

How do I debug silent failures in Java applications?

I'm trying to debug a problem in my Java application that throws no errors, no exceptions and doesn't even crash the app (it seems the failure happens in a separate thread). The problem seems to be inside a call to a library function (it's JAXBContext.newInstance(String) if that matters). The program will reach the line just before the ...

Programmatic interaction with gdbserver

The gdbserver program allows for the remote debugging of programs. Typically, a local copy of gdb is used to interact with the remote gdbserver instance, and the program running under that remote gdbserver. My question is: Are there client implementations of the gdb remote serial protocol (RSP) that allow programs other than gdb to int...

How to remotely degug msgina.dll?

Hi all, I have a fully customized msgina.dll in module i need to remotely debug it? Ho will i achieve this Abdul Khaliq ...

How can I debug a SharePoint EventReceiver with Remote Debugger?

Hi! I have written an SharePoint EventReceiver (Windows SharePoint Services 3.0) and want to debug it with Visual Studio 2008 SP1, which runs on a different computer. I have tried the following steps: Installing the event receiver (I know that this works because a log file proves that the code is executed). Registering my event receiv...

How to do remote debugging from Leopard to Tiger?

I have an app that works great on Leopard but on Tiger I'm getting some errors I can't resolve just from the stack trace. Is it possible at all to do remote debugging from Leopard to Tiger, and if so, how? ...

Remote debug Jetty (no mvn, no plugins)

Hello all, 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 hosts/servers Today scenario Now, I'm using Jetty and I've try to do the same, but with no success, could anyone help-me with that? I ...

Why do I get "No transports initialized" error when starting JBoss with remote debugging?

I've modified my run.sh file and added JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=n" but when I start JBoss I get FATAL ERROR in native method: No transports initialized. Looking around the internet it seems like it may having something to do with missing jars or my version of Java? I'm o...

Vs 2005 remote debugging

hi, i am unable to connect to visual studio remote debugger when it is running as windows service I am getting this error "Unable to connect to the Microsoft Remote Debugging Monitor named '[email protected]' Logon failure: unknown user name or bad password" but when i run the remote debugger through startup menu it work fi...

Can StandardSDK 4.0 under EVC++ be used to debug on a remote device?

I'm running Embedded Visual C++ 4 with service pack 4, to develop an application for a device running CE 5.0. I'm using the CE 5.0 SDK for this purpose, which works fine except for the fact that while it will target my device (i.e. an SH4 based PDA), it will not let me select anything other than the StandardSDK emulator for debugging. ...

How to use WINDBG debugging tool for debugging??

Hi Can any one tell me how to use the WinDbg . I am created an Application it is works fine in one machine.when i try to run on another machine it fails how can i debug it using windbg. ...

Remote debugger doesn't work after format - Visual Studio 2005

Hi everyone. I need a tip to configure again my debugger on my local machine, after a format. I have a Win2003Server with Remote Debugger in execution as service, and, until yesterday, everything works fine. I formatted my client machine and re-installed all my software, including Visual Studio 2005 with SP1. I connected to local domain...

Configuring non-domain user accounts for VMware remote debugging

My development machine is on the corporate network, and I log on to it using my domain account. I have VMware workstation installed, but my virtual machines are not and cannot be a part of the corporate domain. The problem is that I would like to use the VMware remote debugging option and debug from Visual Studio on the development mac...

How to obtain object's data by using remote debugging functionality?

I wonder how can I use similar to Eclipse's remote debugging technique to get the data from remote object (that reside on server)? I am already have the client code and just want to extend it to bind (if possible) to some port and get the data from the server. Honestly I don't want to use anything specific on the server side (i.e. cre...

How to connect Adobe Air client side with Java VM Debug Interface?

Hello: I'd like to know if/how would it be possible to connect Adobe Air application to Java VM Debug Interface? I have some objects residing on server side and don't want to change the code there and server already allows to do remote debugging. Here's the information about JPDA: http://www.j2ee.me/j2se/1.3/docs/guide/jpda/architectu...