Menu

newbie question: debug a cgi script

DHR
2008-06-03
2013-03-15
  • DHR

    DHR - 2008-06-03

    Is it possible to setup pydev to debug a cgi scipt? I did a google search on 'cgi, eclipse, pydev' but nothing appropriate.

    I will be grateful for any hint.

     
    • Fabio Zadrozny

      Fabio Zadrozny - 2008-06-03

      Yes, just like a regular python script... just start your server from within eclipse and place your breakpoints (or if you wanted remote debugging, you could use pydev extensions http://fabioz.com/pydev/manual_adv_remote_debugger.html )

      Cheers,

      Fabio