-
-
Notifications
You must be signed in to change notification settings - Fork 24
Debugging
sieukrem edited this page Mar 17, 2015
·
5 revisions
Some times it is better one time to see than thousand times to read or hear about some thing. During implementing and testing of your automation scripts it can be necessary to investigate behaviour of Notepad++ or scripts. In such cases a powerful debugger is a very nice tool. Since jN 2.0.100 it is possible to debug your scripts in every tool that can attach to MS Script Engine.
Today I know only two possibilities to debug scripts runing in Notepad++.
- Windows Script Debugger (simple)
- MS Visual Studio (powerful)
Since MS Visual Studio 2013 the express editions also support this functionality.
