-
-
Notifications
You must be signed in to change notification settings - Fork 2
Debugging
mapoart edited this page Aug 30, 2020
·
3 revisions
Function --verbose
is not best to use as nexss start
. Nexss Programmer allow to see results for each separate file like below. Each module should give the expected results at the output.
nexss myprogram.r --nxsDebug # display detailed information during run
nexss myprogram.js --nxsDry # will not run a program but will show detailed stream elements
nexss myfile.pl --verbose # will display extra information during run,
nexss myfile.ps1 --nocache # nocache will recreate the all caches. During development of the implementation of new languages, changes to the languages this is essential.
Nexss Programmer 2.x - The innovative and evelutionary tool for the programmers.
- Home
- Getting Started
- Nexss Programmer Parts
- Development of Packages/Projects
- Other