remote-debugging

Debug ASP.NET application running on remote IIS Server from VS2010

╄→гoц情女王★ 提交于 2019-11-30 10:48:45
问题 Just wondered if anyone could point me in the right direction here? I'm trying to debug a deployed web application and can't seem to get the attach to work. Here's the scenario: VS2010 installed on my machine - with all source code. IE8 on my machine browsing to ASP.NET site on production IIS server (FWIW .pdb files on production site.) When I attach the debugger to the IE session, and continue browsing the site, no breakpoint is ever hit... so effectivly I don't think I'm really debugging

Remote PHP Debugging with Netbeans and XDebug

人盡茶涼 提交于 2019-11-30 08:51:51
I'm trying to use XDebug in the following scenario Physical Host on Windows 7, with Netbeans 7.1.1 Virtual guest on Ubuntu, with Apache server and PHP 5.3.10 the PHP code of my website is on a shared folder on Ubuntu, in /var/www/mysite the PHP code is accessible from my Windows host, on \\guestIP\mysite, with R/W permissions Website accessible from http://mysite.local.fr , from both host and guest I created a Netbeans project from my Windows Host, pointing to \\guestIP\mysite. In the project Run configuration, I have the following: Run as: Local web server Project URL: http://mysite.local.fr

How to set up the Eclipse for remote C debugging with gdbserver?

六月ゝ 毕业季﹏ 提交于 2019-11-30 08:19:48
问题 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 [OPTIONS] COMM PROG [ARGS ...] gdbserver [OPTIONS] --attach COMM PID gdbserver [OPTIONS] --multi COMM COMM may either be a tty device (for serial debugging), or HOST:PORT

Remote Debugging not working. “Unable to attach to process. The RPC server is not available.”

孤街醉人 提交于 2019-11-30 08:12:14
My development workstation is running VS2012 Update 1. The OS is Windows 7 Professional Service Pack 1 x64. I have a laptop running Windows 8 onto which I've installed the VS2012 Remote Debugger. I've started msvsmon and it's quietly sitting in the system tray or what passes for it on Windows 8. I have set up a breakpoint in VS2012 at a location where I need to do some debugging. In VS2012, I click on Debug | Attach to Process... I get the dialog showing the list of processes running on my machine. I change the machine name to the name of the Laptop. I am having two different problems: Problem

PHP remote debugging: XDebug can't connect to JetBrains php Storm client

倖福魔咒の 提交于 2019-11-30 07:04:34
问题 i's like to get remote debugging to work with the following software configuration: Win 7 Pro 64bit WAMP Server 2.2 (32bit) incl. Apache 2.2.22, PHP 5.4.3, XDebug php_xdebug-2.2.1-5.4-vc9.dll JetBrains PHPStorm 4.0.3 1.) WAMP is up and running, my site can be found under localhost/fox/ 2.) PHP Storm has a project where there is a mapping between my sourcefiles and the apache alias localhost/fox 2.) I installed the php extension XDebug and added the following lines to my php.ini [xdebug] zend

Configure Visual Studio 2010 Remote Debugger

感情迁移 提交于 2019-11-30 06:38:09
I have installed the Visual Studio 2010 Remote Debugger on a Windows Server 2003 (x86) server, and am attempting to connect to it results in the following error: Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor named 'ServerName'. The Visual Studio Remote Debugger on the target computer cannot connect back to this computer. A firewall may be preventing communication via DCOM to the local computer. Please see Help for assistance. I have checked my Windows firewall setting, and ensured file sharing is enabled on my local machine. I have ensured that DCOM is running on

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

断了今生、忘了曾经 提交于 2019-11-30 05:19:23
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 this limitation. the server machine is fully configurable Is is possible to use xdebug in this circumstance? How? It is possible to establish a VPN but this is not an easy solution so I would prefer a simplified one. sorin The solution I found was to use PuTTY to

How do I start the debugging process on a remote computer?

社会主义新天地 提交于 2019-11-30 05:11:48
I'm setting up a Visual studio remote debugging session for a standard Windows Forms application written in C#. On the Internet are a lot of stories about how to set up the remote computer and MSVCMON.EXE, but I can't find any stories about what to do on my computer to make sure that my program is debugged on the remote computer when I press START DEBUGGING. So what should I do to make remote debugging possible? Harald Coppoolse After some research I have found how to do it, even if you are working in a company that has a lot of safety issues with firewalls, etc. The only thing that I need

How can I enable remote debugging for SBT in windows?

浪尽此生 提交于 2019-11-30 04:50:59
I would like to accomplish running the equivalent of this sbt -jvm-debug 5005 However I don't seem to be able to pass in args in Windows. This is what I am seeing >sbt -jvm-debug 5005 [info] Loading project definition from [myProject] [info] Set current project to [myProject] (in build file myProject) [error] Expected letter [error] Expected symbol [error] Expected '!' [error] Expected '+' [error] Expected '++' [error] Expected ';' [error] Expected end of input. [error] Expected 'show' [error] Expected '*' [error] Expected '{' [error] Expected project ID [error] Expected configuration [error]

Remote deploy/debug Visual Studio 2017 .NET Core

冷暖自知 提交于 2019-11-30 02:58:50
How can I set up remote deploy + debugging in VS2017 using a net core app which targets net framework? I have the remote tools installed and working on my target device. I can connect to it and debug remote applications. I have a build configuration set to build my application to a remote share on my target machine. How can I get VS to launch this on the remote machine then attach debugger? Jim On your remote machine, go to https://visualstudio.microsoft.com/en/downloads/#remote-tools-for-visual-studio-2017 to download and install the remote debugging tools. Run the "Visual Studio 2017 Remote