llmhyy / microbat

A feedback-based debugger for interactively recommending suspicious step in buggy program execution.
54 stars 15 forks source link

Unable to load Database drivers #225

Closed dingyuchen closed 2 years ago

dingyuchen commented 2 years ago

Current neo4j drivers cannot be loaded when trying to record traces in the graph database.

Steps to reproduce

  1. checkout to neo4j branch
  2. start eclipse application
  3. start debug

The extra code is added to begin recording and after storage, upload the same trace to neo4j and retrieve it again. Exact code can be reference in microbat/src/main/microbat/agent/TraceAgentRunner.java