Articles tagged as debug
How do I set a breakpoint in a Cypher statement for further analysis
If you wish to set a 'breakpoint' in a Cypher statement so as to perform further analysis (i.e. see how many locks are taken, memory utilization) one can add a…
How to Use the Debug Log Parser Script
For analysis of the Neo4j debug.log, read this guide for using the debugInfo.sh parser script. What is the this script? The debug.log is quite verbose and contains a lot of…