debug perl files from within vslick editor :

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zcabeli
    New Member
    • Jan 2008
    • 51

    debug perl files from within vslick editor :

    hello, i'd like to know how can i use vslick debugger to debug perl executables ...
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Originally posted by zcabeli
    hello, i'd like to know how can i use vslick debugger to debug perl executables ...
    I have never used slick edit's degugger and don't really know how reliable it is. If I were you, I would first try using the perl debugger. It can be triggered using the -d switch on the command line. The documentation is good and its not that difficult to use. Plus, there are a few graphical interfaces to it as well.

    Regards,

    Jeff

    Comment

    • zcabeli
      New Member
      • Jan 2008
      • 51

      #3
      i actually started using this built-in perl debugger, but i'm missing some very useful graphical options. perhaps you know whether there is an option to open GUI windoow with all code lines, and whether i can open a window which displays selected parameters.

      thanks,

      Comment

      Working...