Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 201: Line 201:  
Notes are here:
 
Notes are here:
 
http://docs.komodoide.com/Manual/debugger#debugging-programs-komodo-ide-only_remote-debugging_debugger-proxy
 
http://docs.komodoide.com/Manual/debugger#debugging-programs-komodo-ide-only_remote-debugging_debugger-proxy
 +
 +
===Perl with Visual Studio===
 +
  yum --enablerepo=* install gcc gcc-c++ perl-App-cpanminus perl-AnyEvent-AIO perl-Coro
 +
 +
  cpanm Class::Refresh
 +
 +
  cpanm ExtUtils::CBuilder
 +
 +
 cpanm Compiler::Lexer
 +
 +
 cpanm Hash::SafeKeys
 +
 +
  cpanm Perl::LanguageServer
    
====PHP remote debugging====
 
====PHP remote debugging====
Line 238: Line 251:       −
=====Xdebug 3=====
+
=====Xdebug 3 =====
    
New syntax.
 
New syntax.
Line 312: Line 325:  
https://your.server.ip/index.php?somevalue=3&XDEBUG_SESSION_START=mydesktopkey
 
https://your.server.ip/index.php?somevalue=3&XDEBUG_SESSION_START=mydesktopkey
   −
====Visual Studio/VS Codium====
+
====Visual Studio/VS Codium ====
    
Sample launch.json
 
Sample launch.json

Navigation menu