issues
search
llmhyy
/
microbat
A feedback-based debugger for interactively recommending suspicious step in buggy program execution.
55
stars
16
forks
source link
refactor trace structure, we shall not collect step-variable relation on runtime
#198
Closed
llmhyy
closed
3 years ago
llmhyy
commented
3 years ago
the trace table in sqlite should have the following changes:
remove isMultithread field
add threadname and threadId fields.
the trace table in sqlite should have the following changes: