Additionally, if you need to use those // frequently, you may consider to specify another comment delimiter (instead of //) in NppExec.
Follow "NppExec_TechInfo.txt" - see the variable CommentDelimiter. (For example, you can set it to /// or to ## and so on.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I'm trying to execute this:
the problem is that //X and //D switches do not work.
If I prepend echo command in front I got line trimmed up to first //
Neither work such a script:
I've tried npe_debug on/off and here is the result&
npp is 6.2.3 with nppexec 0.4.3.1 under Windows 7
will appreciate your ideas how to run this
Just for info:
the above case works when a batch file is used.
I've created a js.cmd file with following contents
and the I run it from Execute console:
and default debugger fires correctly.
Ivo
By the way, NppExec 0.4.3.2 exists already.
Refer to NppExec Manual, section 3.8.4 - your exact situation is descriped in the end of that section.
Additionally, if you need to use those // frequently, you may consider to specify another comment delimiter (instead of //) in NppExec.
Follow "NppExec_TechInfo.txt" - see the variable CommentDelimiter. (For example, you can set it to /// or to ## and so on.)
In addition to all the above workarounds, you can use this NppExec script too: