llmhyy / microbat

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

Add code for incremental storage #229

Open dingyuchen opened 2 years ago

dingyuchen commented 2 years ago

Store partial traces to the database on every 1000 nodes. Threshold hold is applied to every thread, so total nodes in memory will scale according to the number of threads in the program.