Help for this page

Select Code to Download


  1. or download this
        $res .= sprintf(qq(<value%s><![CDATA[%s]]></value>\n),
                $encoding ? qq( encoding="$encoding") : "",
                $encVal);
    
  2. or download this
        $res .= sprintf(qq(<![CDATA[%s]]>\n), $encVal);
    
  3. or download this
        context_id="%d"
    
  4. or download this
        context="%d"
    
  5. or download this
        $res .= sprintf(' line="%s"',
    
  6. or download this
        $res .= sprintf(' lineno="%s"',
    
  7. or download this
        my $bpInfo = getBreakpointInfoString($bkptID, function => $bFuncti
    +on);
    
  8. or download this
        if ($bpInfo) {
            $res .= $bpInfo;
        }
    
  9. or download this
    set PERL5LIB=C:\path\to\Notepad++\plugins\PerlDebug
    set PERLDB_OPTS=RemotePort=127.0.0.1:9000
    
  10. or download this
    NPP_SAVE
    cd "$(CURRENT_DIRECTORY)"
    ...
    ENV_SET PERL5LIB=$(SYS.PERL5LIB);$(NPP_DIRECTORY)\plugins\PerlDebug
    INPUTBOX "Command Line Arguments: "
    cmd /c start "Perl Debug" cmd /c perl.exe -d "$(FILE_NAME)" $(INPUT)