-
Notifications
You must be signed in to change notification settings - Fork 15
Recording Traces with Neo4j
Ding YuChen edited this page Oct 21, 2021
·
1 revision
- 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