Skip to content

Debugging

mapoart edited this page Aug 30, 2020 · 3 revisions

Debuging and Development

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.