ActiveState Komodo Perl Debugger Sync


/ Published in: Perl
Save to your folder(s)



Copy this code and paste it in your HTML
  1. # in apache or like web server
  2. <IfModule env_module>
  3.  
  4. SetEnv PERL5LIB "C:\\Program Files\\ActiveState Komodo IDE 5\\lib\\support\\dbgp\\perllib"
  5. SetEnv PERLDB_OPTS "RemotePort=localhost:9000"
  6. SetEnv DBGP_IDEKEY "Administrator"
  7.  
  8. </IfModule>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.