remote-debugging

ASP.NET: Unable to automatically step into the server. The remote procedure could not be debugged.

Hi there, can anyone help? I am having a problem stepping into code which is a website hosted on IIS7. Basically i have a test class which calls a WCF service like so ISecurityService service = new SecurityServiceClient(); MembershipUser membershipUser = null; membershipUser = service.GetMembershipUser("Mark")...

Specify remote qualifier for "use custom web server"

Does anyone know how you set the remote debug monitor qualifier used by Visual Studio when attempting to connect to MSVSMON automatically? To give the context of this question: On our development web server, we have IIS running and an MSVSMON session as 'Stephen.Edmonds@UK06695'. On my development machine, I have Visual Studio 2008 se...

How do I effectively use psscor2 with Visual Studio 2008 to remote debug into a running process?

I am able remote debug into a process that is running both native and managed code on a VM from my host machine. Also, on the VM I have been using the psscor2 extension with windbg to analyze the .net heaps. I find my self jumping back and forth between Visual Studio 2008 in my host and WinDbg in the VM while attempting to locate and f...

Is the remote debugger from VS2010 compatible with VS2008?

Is the remote debugger from VS2010 compatible with VS2008? That is, can connect from visual studio 2008 to a machine running the remote debugger installed by VS 2010 ...

Debugging a remote process

Hi, i have a general question about debugging a .NET process that has been built locally but deployed to a remote machine. If the process was built in DEBUG mode and was deployed WITH pdb's, is there any software or technologies available that allow you to hook in or attach to the process for debugging purposes without installing visual ...

Tomcat debug using JPDA over the internet is slow

Hi, I'm debugging my WebApp using JPDA, running on tomcat5.5 on Debain 5 (Alestic) in EC2 us-east region. And this is painfully slow. I'm connection from Israel, simple ping requests to the server: Ping: C:\Users\User>ping -t 174.129.xxx.xxx Pinging 174.129.xxx.xxx with 32 bytes of data: Reply from 174.129.xxx.xxx: bytes=32 time=17...

VS2008: no symbols when remotely debugging a C# installer class

Following on from Debugging C# Custom Installer Classes, I am attempting to remotely debug a setup process running on another PC. After connecting to the remote msiexec process, the debugger reports that the PDB does not match image. I have verified that remote debugging works by successfully connecting to and debugging a "normal" proce...

Using Eclipse to remotely debug with gdbserver

Does anyone know why I can't use Eclipse CDT to remotely debug a device when I manage it on the command-line with gdb using target remote command? I do get a warning when connecting, but other than that it seems to work fine. With Eclipse I should have the correct settings and gdbserver informs me on the remote machine that a connection...

Remote Debugging in Visual Studio can't find the symbols?

I've been scouring the net trying to find an answer to this question, but all other suggestions don't work. I have a C# .net 3.5 dll that is an add-in to another program. The program calls the dll when the user presses a certain button. My tool is having an error that is related to the specific setup of the users computer (unrepeatable ...

Eclipse remote debugging hot deploy

I am doing some remote debugging with Eclipse attaching the a running JBoss server with EAR deployed. Most of the time, when I am connected to the remote JVM, I can hot-deploy my change, i.e. I can change the code in Eclipse and then it deploys. On some occasions, the JVM just crashes with the error below (if I save my code changes and...

Remote debugging .NET app on x64 machine issues

Hello. I am having an issue with using the remote debugger feature of Visual Studio 2005 on an x86 machine to debug an x64 .NET app on a 64-bit remote machine. My project consists of a number of projects including both managed and unmanaged code. All unmanaged DLLs are built targeting x64, while managed dlls are built targeting "Any CPU...

Remote debug manage application (c#)

Is it possible to remote debug a C# application? Which VS versions allow it? ...

Accessing VS2010 Debug mode on another computer (on the network)

I need to debug in IE6 (failed at getting the standalone installs to work) so I want to be able to access my debug mode from another computer (which has IE6 installed) and that way I will be able to fix bugs much easier. Im sure this is possible so please help its pretty urgent thanks :) ...

VS2010 remote debugging with default transport problem

Hi, I need to do remote debugging of managed code (.NET) on a server hosted on a different network. Neither the client or server is on a domain so i have to use the public ip of the server. I'm trying to use Visual Studio -> Attach to process -> default transport with the qualifier [email protected] but it's not working. I get the error...

Can the Visual Studio Remote Debugger work on a windows xp home machine?

We're trying to get remote debugging working across domains from a windows 7 machine to a windows xp home machine. The machines are VPN'd together using LogMeIn Hamachi. I've checked over the MSDN guide on getting Remote Debugging set up thoroughly and have gotten past a lot of errors, but I'm constantly running into blocks. I can get...

Difficulty getting Visual Studio 2010 to attach to remote processes

It's been years since I've had such a hard time getting something to work. I'm at home, on subnet 192.168.50.nnn. I VPN'd in to XYZ company office machines that are on subnet 192.168.40.nnn, domain XYZ. I can ping the remote machines, I can net map their drives and copy files back and forth, but for the life of me I cannot remotely de...

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 that indicated a problem for at least three users on Samsung phones (Intercept and Captivate). I have been unable to reproduce the problem...

XAMPP 1.7.3, Eclipse PDT & XDebug - Debugging a PHP web page in Eclipse never stops at breakpoints

Dear folks, My development web server is currently a XAMPP 1.7.3 on my localhost (Win XP). I just set up my Eclipse 3.6 PDT with XDebug. It works fine, if I debug a file as a "PHP script", but when it comes to debugging it as a "PHP web page", XDebug ignores the breakpoints completely. Only a manually inserted xdebug_break() inside th...

Installing MS debug DLLs for remote debugging

I have a .NET app that I would like to install on a VM for remote debugging purposes. The app uses a native VC++ DLL which links to MFC and the MSVC runtime libraries via DLL. When I run depends on the VM, it says that the DLL needs the following DLLs: mfc90d.dll msvcm90d.dll msvcp90d.dll msvcr90d.dll msjava.dll Also, it reports...

How to enable remote debugging in JBOSS 5?

How do you enable remote debugging in JBoss 5? The usual line from JBoss 4: set JAVA_OPTS= -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS% As can be found in other answers like this do not seem to work. The server never suspends. Googling "jboss 5 remote debug" doesn't bring up anything in t...