in reply to Notepad++ Integrated Perl Debugging

A few years later... Have you found a 64bit version of the DBGp (or an alternate) to work with the 64bit Notepad++? Or have you stayed with the 32-bit Notepad++ so far? Or have you given up on using Notepad++ for integrated debug?

  • Comment on Re: Notepad++ Integrated Perl Debugging

Replies are listed 'Best First'.
Re^2: Notepad++ Integrated Perl Debugging
by VinsWorldcom (Prior) on Feb 26, 2018 at 14:56 UTC

    I've stayed with 32-bit Notepad++ (now using version 7.5) since many other plugins are only available for 32-bit.

      I thought that might be the case. I'd like to eventually change to 64bit: some things that the author has said in the NPP forums indicate that the 32-bit version might not continue to be maintained, long-term; and on rare occasions, I have a file big enough that the 64-bit can open that 32-bit cannot. For now, I just keep a portable version of 64-bit, but use 32-bit as my daily. I guess if I ever do switch, I could keep an old 32-bit for tasks like this. (Usually, I can debug my scripts with simple print statements, but every once in a while, there are things that are just easier to find single-stepping, and using NPP as my interface is so much easier for me than the raw perl debugger. For those situations, I'm really thankful for your instructions.)