remote-debugging
Remote debugging Rails application in Aptana Studio 3
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[详细]
2023-04-13 01:40 分类:问答How to debug a remote python application with (Python Tools for) Visual Studio?
According to http:/开发者_运维百科/pytools.codeplex.com/, PTVS supports \"Local and remote debugging\". However, I couldn\'t find anything related to it or.[详细]
2023-04-12 06:22 分类:问答Eclipse Debug: Source Not Found while remote debugging
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.[详细]
2023-04-11 20:28 分类:问答Remote debugging client computer
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.[详细]
2023-04-11 15:32 分类:问答Netbeans: Remote project w/source files over SSH?
Is it possible to set up a remote NetBeans C++ project where the source files are only accessible via SSH?[详细]
2023-04-10 20:27 分类:问答Remote debugging error unable to connect and the remote computer is not responding?
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[详细]
2023-04-10 11:04 分类:问答Eclipse : Can we make modifications on to the source code while debugging the Application inside Eclipse
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[详细]
2023-04-10 09:49 分类:问答Remote profilling java application
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[详细]
2023-04-07 19:12 分类:问答Remote debugging, creating a server
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:[详细]
2023-04-06 02:46 分类:问答Using xdebug to debug a page that is remotely included into another page
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[详细]
2023-04-05 04:30 分类:问答