To debug the Blueprints it is possible to run them manually through the terminal or through the Editor automatically. Because it is a Typescript code, the logs generated by eventual errors are basically derived from the Exceptions detected in modules or self-generated codes by the application
To run a Blueprint manually just call run the following command in the terminal
$ ./node_modules/.bin/ts-node ./src/run.ts --blueprint=./src/workspace/blueprints/<BLUEPRINT NAME>.ts