in reply to Re: CGI PERL Remote Debugging
in thread CGI PERL Remote Debugging

Hey Guys, Thanks for the response.

Again, none of the responses helped for my actual question. No one talks about the REMOTE DEBUGGING.

It's not the question about how to debug? it's a question about how the source code runs in a linux server can be debugged from a windows client.

Replies are listed 'Best First'.
Re^3: CGI PERL Remote Debugging
by Anonymous Monk on Dec 28, 2011 at 15:15 UTC

      Thomas shared the link, which talks about debugging the CGI scripts.

      But I need the solution for remote debugging. I don't find anything about remote debugging from windows to Linux in the link.

        "But I need the solution for remote debugging. I don't find anything about remote debugging from windows to Linux in the link."

        As several people have already told you, one option would be to connect from your Windows host to the linux server and debug in the usual fashion. Another option would be to debug locally (a linux setup, or virtual instance), ideally you'd have access to SYT/UAT systems matching your production system. A google search shows options depending on which IDE you want to use. Have you considered doing similar research yourself?