Questions tagged [remote-debugging]

Remote debugging is the process of running a debug session in a local development environment attached to a remotely deployed application.

While developing applications, developers often need to run the applications on other machines than their development machine. Reasons could be many: big environment setup to run the application (server grade), running on different OSes, preventing the development machine from any damage, actual run on production-like environment and so on,

A remote debugger is installed on remote machine, which is then connected to development machine. Remote debugger allows debugging in debugger just like local process debugging.

For debugging, the developer builds the executable (and dependent modules) locally, copies them (manually or with script) to remote machine, and then begins debugging.

2628 questions
1
vote
1 answer

Remote Debugging for .NET WPF Application via Visual Studio 2008 Remote Debugger?

Remote Debugging for .NET WPF Application via Visual Studio 2008 Remote Debugger can this be done ? I see native only in the options ? Any help please...
Jane
1
vote
1 answer

Genymotion + Vorlon not working, but iOS SIm + Vorlon is fine

I have vorlon up and running in a webview successfully and can connect/debug the iOS sim. However, I can't get it to connect with Genymotion running the same code. I'm guessing it has something to do with Genymotion using VBox for the Android…
easement
  • 6,119
  • 3
  • 29
  • 36
1
vote
1 answer

How to make Xdebug work on Centos and Zend Studio?

I have two virtual machines: a Debian VM with Nginx and PHP-FPM and a Centos VM with Apache. On the Debian VM Xdebug works. On the Centos one it doesn't. When I start a debug session in my IDE (eclipse based Zend Studio 12.5), the lauchiung progress…
automatix
  • 14,018
  • 26
  • 105
  • 230
1
vote
1 answer

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…
1
vote
1 answer

Custom Port on VorlonJS

I try to use VorlonJS to debug on remote devices. However it uses the Port 1337 which I am using for LiveReload to my Grunt Tasks. I can configure it Grunt Side but in the Vorlon Side Is there any options? I couldn't see it on Docs
engincancan
  • 2,442
  • 2
  • 28
  • 43
1
vote
2 answers

Remote Debugging On Android Browser

Sorry for the question. I'm current creating Phaser games for mobile using web browsers. I can remote debugging on my android device using Google Chrome Browser of my android device also similar to Mozilla Firefox Browser and check if any error in…
Oli Soproni B.
  • 2,774
  • 3
  • 22
  • 47
1
vote
1 answer

Unable to get VS2010 to connect to remote debugger on Windows 8 PC

I have a Win 7 64 bit PC running VS2010 I have one test machine that is generating issues for me (a Win 8 one), but I cannot connect to it via Remote Debugger. To complicate issues, this remote machine is a VM hosted via Paralells. I have turned off…
Matt
  • 1,596
  • 2
  • 18
  • 32
1
vote
1 answer

How to check function call stack of JavaScript app remotely?

Is it possible to check the function call stack when running a JavaScript app remotely? (Not using a browser/Google developer tools). For example, I'd like to check the function call stack of the app run on a TV or a Mobile/Tablet device. I…
code
  • 5,294
  • 16
  • 62
  • 113
1
vote
2 answers

Why can't I debug my puppet code?

I'm learning Puppet and the biggest frustration I have with the entire paradigm is the try/run/fix development process I'm using to build functional Puppet code. My background is in Java and I'm naturally use to debugging my code to find errors…
Duncan Krebs
  • 3,366
  • 2
  • 33
  • 53
1
vote
1 answer

Build and debug a project on a remote server via SSH with Eclipse

Unfortunately, I do not find a solution for my problem in this similiar question. I have a server with special hardware and a special (GNU-compatible) toolchain. I can only access this server via SSH. Now I try to set up a development system with…
Michael
  • 7,407
  • 8
  • 41
  • 84
1
vote
0 answers

How to use debuginfo rpms

I have a debuginfo rpm (link) (pdns-debuginfo-3.4.1-1.el6.MIND.x86_64.rpm) and I want to remote debug pdns. I have installed gdb gdbserver on my Linux box. How can I remote debug pdns using debuginfo?
S Kr
  • 1,831
  • 2
  • 25
  • 50
1
vote
1 answer

Remote Debugging from VS2013 getting Unable to Connect to Remote Debugging Monitor

I'm trying to remote debug from Visual Studio 2013 to a remote server running Windows Server 2012. I have run Msvsmon from my remote server and the Server Name in Options is FEP\build@DSS1Build1. I have set Windows Authentication and also given…
TimBunting
  • 484
  • 5
  • 18
1
vote
0 answers

How to do remote code coverage with PyCharm?

I have the professional edition of Pycharm 4.0.4. I am running the IDE on Windows and remotely debugging a Python script on a Linux machine. I would like to see what sort of code coverage I am getting. How do I do that? I am relatively new to Python…
Daniel Ball
  • 1,613
  • 2
  • 11
  • 14
1
vote
1 answer

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…
PaulH
  • 7,759
  • 8
  • 66
  • 143
1
vote
1 answer

ruby mine debug error :failed to install gems

While trying debugging on RubyMine-7.0.2 IDE in RHEL 6.2 environment , I am getting below error. failed to install gems. following gems were not installed. /home/john/RubyMine-7.0.2/rb/gems/ruby-debug-base-0.10.5.rc10.gem: Error installing…
user2083356
  • 125
  • 1
  • 9