Changes

From SME Server
Jump to navigationJump to search
Line 86: Line 86:  
Should you wish to actually edit code as well you will need to set up some form of file mapping between the URI that the debugger sends and your 'Server' setup in Komodo
 
Should you wish to actually edit code as well you will need to set up some form of file mapping between the URI that the debugger sends and your 'Server' setup in Komodo
   −
Note that without some of the esmith libraries installed locally you will get some warnings about only being able to open files read only but if you are not actually editing those libraries with warnings can be ignored and the files opened read only to step through
+
Note that without some of the esmith libraries installed locally you will get some warnings about being unable to locate certain files but these can safely be ignored.
    
In Komodo preferences you need to setup a Server/Remote Account for the remote server. e.g.
 
In Komodo preferences you need to setup a Server/Remote Account for the remote server. e.g.
Line 107: Line 107:     
You could be more specific about the directories should you require. Remember that you inherit the server permissions - you cannot save a file that is Read Only on the server !
 
You could be more specific about the directories should you require. Remember that you inherit the server permissions - you cannot save a file that is Read Only on the server !
 +
 +
====Local file mapping====
 +
 +
Although I have not tried this I believe that you can potentially map from the server to your local files. you can then edit locally, upload and re test.
 +
 +
 +
====Tidying up afterwards====
 +
 +
Either reboot the server or use the following:
 +
 +
export PERL5LIB /usr/local/lib64/perl5:/usr/local/share/perl5:/usr/lib64/perl5/vendor_perl:/usr/share/perl5/vendor_perl
 +
export PERLDB_OPTS=
    
====Multiple machine debug proxy====
 
====Multiple machine debug proxy====
    
TBA
 
TBA

Navigation menu