Recording Traces with Neo4j - llmhyy/microbat GitHub Wiki
Steps to start recording with Neo4j
- Set the option in Preferences -> Microbat -> Database
- Start neo4j in the Docker container with
UID=${UID} GID=${GID} docker-compose up
- If first time starting Neo4j, go to
localhost:7474
with default userneo4j
and passwordneo4j
.- Set password to
microbat
- Set password to
- Start Debugging as per normal