Recording Traces with Neo4j - llmhyy/microbat GitHub Wiki

Steps to start recording with Neo4j

  1. Set the option in Preferences -> Microbat -> Database
  2. Start neo4j in the Docker container with UID=${UID} GID=${GID} docker-compose up
  3. If first time starting Neo4j, go to localhost:7474 with default user neo4j and password neo4j.
    • Set password to microbat
  4. Start Debugging as per normal