llmhyy / microbat

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

[Trace Storage] Support Separate Trace Files #168

Open llmhyy opened 6 years ago

llmhyy commented 6 years ago

We may need to separate the trace, variable, and step-variable relation into different trace files so that we can handle the case when the trace length is over long. I raise this issue as a reminder for now.