My Rails development IDE is Aptana Studio 3.0.5, running on Windows. The applications runs on Apache + ModRails (Phusion Passenger) on a separate CentOS Linux machine. I have both Rails 2.x and 3.x ap
According to http:/开发者_运维百科/pytools.codeplex.com/, PTVS supports \"Local and remote debugging\". However, I couldn\'t find anything related to it or.
In my Java eclipse project, while I am remote debugging, eclipse does not step into the class files ofimported library files even though the source file jars are properly mapped to the library files.
I have problematic deployment of my application on some client computer. I really need to see what is going with my applica开发者_开发技巧tion in the run time and my logging is not sufficient.
Is it possible to set up a remote NetBeans C++ project where the source files are only accessible via SSH?
I have been messing with remote debugging so finally out of despair here I am. I am trying to connect to a Win 2003 remote machine where I have remote debugging installed (NO VS installed on this mach
Can we make modifications on to the source code whiledebugging the Application inside Eclipse Hi , Assume that i have this piece of code under Eclipse IDe
I\'d like to ask how I can profile REMOTELY a java application. For debugging I can say which port the JVM must listen etc since the machine I\'m trying to access is behind an ssh gateway so I manuall
I\'m following some WinDbg instruc开发者_运维知识库tions from the CodeProject tutorial. To start a server, I can get this to work from the command line fine:
Normally I have a site that runs on a webserver (say, http://myserver/mysite) and I can browse开发者_开发技巧 and debug it fine. For a particular project we have a setup where there is an extra applic