remote-debugging
Remote debugging using Eclipse - How to set breakpoints?
I asked this question about how to debug server side applications and I think I was looking for Java remote Debugging.[详细]
2023-01-26 11:40 分类:问答Work on a remote project with Eclipse via SSH
I have the following boxes: a) A Windows box with Eclipse CDT, b) A Linux box, accessible for me only via SSH.[详细]
2023-01-25 23:28 分类:问答How do I perform VS 2010 cross domain remote debugging?
Can someone please point me to some \"for dummies\" step-by-step guide for remote debugging using Visual Studio 2010?[详细]
2023-01-25 13:42 分类:问答How to debug a deployed web site
This question kind of follows on froma previous one I posted. I have a .net web site deployed on a server.[详细]
2023-01-25 12:22 分类:问答What security risks are associated with attaching remote debugger to IIS?
I\'m a web developer.I used to work in an environment where I could build entire production web sites and run them in local IIS for debugging purposes.[详细]
2023-01-24 06:06 分类:问答How can I remote debug a Python script running on Linux from Windows using PyScripter?
I have a Python script (running Python v2.6 or v2.7) that runs on Linux and also AIX. I\'d like to be able to debug this script from Windows.I\'d like to use PyScripter i开发者_如何学Cf possible.[详细]
2023-01-24 05:42 分类:问答Exactly what ports must be open for MSVSMON.exe (remote debugging) to work?
I\'m asking my network admin to open up ports on the firewall to allow remote debugging.It says in the documentation on MSDN that it needs UDP 135.However, the admin says that a number of non开发者_开[详细]
2023-01-24 00:35 分类:问答Debug ASP.NET application running on remote IIS Server from VS2010
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.[详细]
2023-01-23 20:21 分类:问答VS2010: Have to constantly copy over my PDB files every time I rebuild
I\'m using Visual Studio 2010.I work with mostly windows services and web services.I use IIS6 w/web sites pointed at my pro开发者_如何学JAVAject\'s bin/debug build, Windows 7, C#...not sure what other[详细]
2023-01-23 13:09 分类:问答Remote debugging with WingIDE
Using WingIDE to debug a web application, I have set a breakpoint in some Python code which runs when a web-form is submitted.Just before the breakpoint I have inserted \'import wingdbstub\' to activa[详细]
2023-01-22 14:12 分类:问答