llmhyy / microbat

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

[Instrumentation] Missing ControlScope in Dump File #68

Closed llmhyy closed 6 years ago

llmhyy commented 6 years ago

hi @lylytran

It seems that you forget to record the controlScope field of breakpoint of each trace node. I have computed such information by invoking constructControlDomianceRelation() in microbat.instrumentation.Agent.shutdown(StopTimer timer). Would you please kindly have a check?

llmhyy commented 6 years ago

done