remote-debugging

How to debug GWT using Ant

I know that the job would be simpler if I use Google Plugin for Eclipse. However, in my situation, I heavily adapted Maven and thus, the plugin cannot suit me. (In fact, it gave me the whole week of headache). Rather, I relied on a ant script that I learned from http://code.google.com/webtoolkit/doc/latest/tutorial/appengine.html The ...

Can't setup remote debugging with JBoss Web 2.1.4 windows and eclipse

I'm unable to find an option to setup remote debugging in JBossWeb 2.1.4 on Windows. It is not installed as a service and there are no .bat scripts where I can edit the JAVA_OPTS environment variable to include: -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4142 The only thing in the jboss web bin directory are jbos...

remote debug unmanaged code

Hi. I have a process that contains C# code, C++\CLI code and native c++ code. Now, I'm trying to remote debug my process, and I can go to the statements of my C# code and my C++\CLI code, but I can't reach my native code. When I try to hit a breakpoint in my native c++ source file, I get the "No symbole have been loaded" error. I tried ...

How to debug problems in Linux kernel module `init()`?

I am using remote (k)gdb to debug a problem in a module that causes a panic when loaded e.g. when init() is called. The stack trace just shows that do_one_initcall(mod->init) causes the crash. In order to get the symbol file loaded in the gdb, I need to get the address of the module text section, and to get that I need to get the module...

VS2008 ASP.net Where are .PDB created?

I have a website in vs2008. I cannot find my .pdb files anywhere after I build. My build configuration is set to debug. <compilation debug="true"> is in the web config. Where is my .pdb? There is nothing in my app_code or bin folder. How do I generate these files? ...

Remote debugging in Windows Embedded

Hi, I'm moving from Windows CE 6 to Windows Embedded Standard 7 for a project and am wondering how remote debugging of .Net apps works with Windows Embedded target devices. In CE with VS2008 and ActiveSync (USB), I can hit F5 and my app is automatically deployed to the target device and executed so I can step through my breakpoints jus...

No native symbols in symbol file

I am trying to remote debug a Windows Form app with VS2008. Attaching to process works fine (Remote (Native only with no authentication)), but when I open the modules window and try to load symbols I get No native symbols in symbol file. I realise it has something to do with how the app was build but cannot figure out what ? ...

Problem connecting Instruments to my iPod (touch) device.

Hey everyone, I'm having a bit of trouble connecting intstruments to my App on a iPod touch device. Whilst debugging in the Simulator is possible, I get this error in instruments when trying to start a app: Target failed to run: Remote exception encountered : 'Selector' processIdentifierForBundleIdentifier:' not authorized for...

'Hot code replace' not working -- Eclipse doesn't change any code on JBoss

Hello, fellow visitors! I'm currently experiencing a problem with 'hot code replace' not working on Eclipse Galileo and JBoss 4.2.3. Among other applications I'm running an exploded Java WAR on my local JBoss. The project from which it is build is managed by Maven. I build the project using the Maven goal war:exploded and then I copy t...

w3wp versus mvsmon

Hi, I'm trying to figure out the difference between w3wp and msvsmon. Both seem to be remote debugging tools that run on the web server, and we can attach to them via Visual Studio to help in debugging live applications. Is this correct ? If so what are the differences between them ? many thanks. ...

While remote deubgging how are the pdb located (VS 2008)

When the deubgger is attached to a process on remote server - What locations are searched for the pdb? In what order? (e.g. is it searched on the remote server (debuggee) or on the local client (deubger)) When I use the deubgger to manually load pdb file from specific location - is the deubbger looking for the file locally or is it th...

Remote Debugging using Visual Studio - How to overcome a firewall blocking port 135

.Net remote debugging using VS requires port 135 (DCOM) to be opened. Is it possible to change it to another port? Is it possible to tunnel through another port by running bridge on the remote server? Thanks Saar ...

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 machine are located in different domains, so i set up local user on both, with matching password. remote debugger is running as service. looking...

Can't execute msvsmon.exe from a share for Visual Studio Remote Debugging

I understand remote debugging can be through a Windows share without installing the components on the remote machine (test server in this case) When accessing my workstation's share C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger\x86 I can browse files fine. When I try to launch msvsmon.exe, I reveive this error...

ddd inferior remote debugging, but how to enter password?

What I'm trying to do is to access gdb on my iPhone (jailbroken) as inferior debugger via ddd. However it fails because the connection is refused, probably because of the password. This is an example on how I want to do what I want: ddd --host [email protected] /usr/bin/gdb I've tried thinks like --host root:[email protected],... bu...

Disabling Remote-Debugging Connection on Windows 2000

I have two machines one running Win 2000 and one running Win XP both with VSC++ 6. I created an application using MFC on the Win XP machine (local) and successfully used the Win2000 machine (remote) as the target for debugging. The code was in a shared drive on the Win2000 machine. This setup worked well, just like in the movies! How...

Could not open Selected VM debug port (8700)

I am trying to debug the android source using Eclipse by following the instructions found at: http://source.android.com/using-eclipse I have downloaded the source, and gotten it to build. I follow the directions in the link above and everything is fine until I run the ddms command. At this point, if Eclipse is running I get the error...

Problem with Remote Debugger while installing VS2008 SP1

This is the error am getting when VS2008 SP1 is being installed. Exe installer's log file/hint (%temp%\dd_VC_IA64Runtime*.txt|%temp%..\dd_VC_IA64Runtime*.txt) does not exist or is invalid. And when am trying to uninstall remote debugger, I get this The folder path 'Program Files' contains an invalid path Any suggestions o...

Microsoft Windows Mobile Remote Debugging API

Visual Studio comes with a set of "Remote Tools" (like Remote Spy, Zoom-In, Process Viewer, etc...) for debugging applications on Windows Mobile and Windows CE devices. These applications will work either a USB ActiveSync connection or over a TCP/IP network with Remote Debugging enabled on the device. The RAPI and RAPI2 interfaces, howev...

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 menu item selected, control clicked, text input, etc? Maybe it just dumps the stack on a crash. Maybe it does something else ... I don't m...