remote-debugging

How to debug a IE8 client-side issues for a website?

One of my website's users is experiencing Javascript problems with his IE8/WinXP setup, with code execution apparently aborting halfway through, but there are no alert boxes or other hints as to why and I'm unable to replicate the problem locally. How can I get any information out of his system, so I can start debugging this? Just figu...

Dragging pasteboard is nil when remote debugging from Xcode

I'm writing an app that needs to work in both 10.5 and 10.6 (We still have PPC machines). My development machine is 10.6.4 with Xcode 3.2.3, and I have a 10.5.8 machine with Xcode 3.1.2 on it. I use remote debugging to test out the app on the 10.5.8 machine, and I've run into a problem with a Drag and Drop method that only occurs when r...

Remote development.

Hi, I need IDE for remote debug. Local host on Windows xp and remote is on Linux. I doubts between Eclipse and netBeans EDE. Can anyone give me advice with that? ...

Java remote debugging, how does it work technically?

Hi, 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 source-code from the attached remote-debugger (like IDE) It knows the line of the current stack-trace and then can jump to the respective...

Can't connect to some remote processes

Hi, I am having problems remotely debugging, in VS2008, some web related processes. Other processes on the machine can be debugged. Only some are not that appear to be web related. (I had an image here of the greyed out processes but not enough reputation :-( ) E.g. if I select one of the w3wp.exe processes the "Attach" button disable...

Remote Debugging Class Library for ClickOnce App

I am trying to setup Remote Debugging on one of our internal systems as there is a Function in class library that keeps failing for our users but not me. I have the Folder Share to my Remote Debugger folder set up and I can attach to the process on there machine but I get the following message --> The following module was built either w...

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 thing running with jconsole and jdb hooks in, but it's tough to use the debugger because so much of the code is in closures. So, for example, ...

Is MonoDevelop remote debugging works on Windows

I'm using mono-2.6.7 and monodevelop-2.4, my OS is Windows 7. I'm trying to implement a remote debugger for my own runtime (based on mono, mono is embedded in it, used lang - C#) in a way it's done by Novell for Moonlight. Unfortunately, no success... After clicking "Debug" in MonoDevelop: IDE is put into debug state, my runtime...

Using IIS7 and vs2010 to do remote debugging with MVC2 and Windows Authentication

What I am doing I am building an MVC2 website with Windows Authentication using Visual Studio 2010. I want to debug the website using IIS7 and access it from a browser in a virtual machine (in order to sign in using different users with different privileges). Problem When I try to access my website from my virtual machine, I get the ...

Eclipse remote debugging, breakpoints - .java VS .class confusion

I'm remotely debugging a Java application in Eclipse. (Bunch of Alfresco projects with attached sources in ZIP-files.) Breakpoints do work, but: 1) Whenever I set a breakpoint in *.class file Eclipse opens *.java file when the breakpoint is reached. 2) When I set the breakpoint from within the *.java file a new breakpoint is created (...

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 server under my user DOMAIN\greg.b (I gave myself "log on as service"). I log onto the server using my domain account and start Remote Debu...

How can you use php xdebug if you are on NAT behind a firewall?

I have the following use case for debugging a PHP application: The developer does have a private IP address The developer can connect only to a limited number of ports from the server, like 80, 8080, 3128, others being limited by the outgoing firewall. Still if the outgoing requests are HTTP he could use a proxy that does not have thi...

How do I attach to an app running inside the Windows Phone emulator?

I'm trying to debug an app running inside the windows phone 7 emulator, but I can't connect to it from visual studio - 'Attach to Process' -> selecting 'Windows Phone 7 Emulator' transport displays a "Unable to connect to 'Windows Phone 7 Emulator'. Not implemented" error. What am I missing? ...

64 or 32 bit version of WinDBG?

I have a 64 bit host OS and a 32 bit guest OS running inside VMWare. I want to use WinDBG to debug 32 bit guest OS from my 64 bit host OS. Which version of WinDBG should I install? 32 or 64 bit? ...

Anyone managed to do cross remote debug in zend studio?

I have two projects A and B . My debug starts by accessing a url of A,and breakpoint works.And A need to curl B,how can I make it stop there? ...

Is it possible to reload a debug assembly and re-attach to process?

If I attach to a application's process and debug, then stop debugging, and recompile a dependent assembly, is it possible to add logic to my application which does an unload/re-load to that assembly such that I'll be able to re-attach to the process and debug again without re-starting? ...

Why doesn't "Attach to Process" allow other transport types? VS 2008

A co-worker posted this on an MS forum but was not able to get an answer. He's using Win7, VS 2008 (C++) pro - not the express version. When he selects Tools->Attach to Process the dlg box with the dropdown for "Transport" shows only "default" and the Qualifier field is greyed out and only shows his machine name. He wants to debug...

How do you make life easier when debug PHP 5.3 thread safe?

Seems the only option is to use xdebug,since according to this thread ,zend debugger only support non-thread-safe(nts) PHP. But xdebug lacks support for pausing ,for which I think xdebug is very badly designed. So I'm suffering xdebug whenever I need to debug PHP5.3-ts. How do you make your life easier? ...

Remote Debugging Web Part

I am having trouble getting Visual Studio 2008 remote debugger to hit break points. I have two VMWare virtual machines. One hosts the SharePoint MOSS 2007 Shared Services and Central Admin and has Visual Studio 2008 Professional on it as well. I am using WSPBuilder to structure and deploy my web part. The other machine is a Web Fr...

Help setting up Eclipse for Remote C Debugging !

Hi ! I am pretty new to Eclipse. Trying to set up to do remote debugging. Here is situation, I am connecting to remote machine running Linux, I am running Windows. 1) I have installed all the necessary tool for Eclipse, and was able to connect to Linux machine. 2) Remote machine has gdbserver linux1[1]% gdbserver Usage: gdbserver [OP...