Skip to content

Debugging

Eugen Kremer edited this page Mar 18, 2015 · 5 revisions

Introduction

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.

Details

Today I know only two possibilities to debug scripts runing in Notepad++.

MS Visual Studio

Since MS Visual Studio 2013 the express editions also support this functionality.

  • Youtube
  • API documentation you find in plugins/jn/API/api.xml

Clone this wiki locally