llmhyy / microbat

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

[Instrumentation] Missing Information of isException of TraceNode #129

Closed llmhyy closed 6 years ago

llmhyy commented 6 years ago

hi @lylytran

In lang-11, the 13th step of the buggy trace is exception, its isException field should be true. I observe that the field is set true in the agent but its value is false in tregression. I guess that you forget to set isException field when serializing the trace. Would you please kindly have a check? Many thanks!

llmhyy commented 6 years ago

well done