TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Trace Marker works only once #196

Closed geniashand closed 7 years ago

geniashand commented 7 years ago

When running the code the first time and getting an exception it is shown in the Trace Marker, however, running different code won't mark the other line.

I ran this program image

And got the following trace stack: image

In the trace marker: image

When running the following code: image

And getting the following stack trace: image

However, the trace marker still shows: image

mdoron commented 7 years ago

@geniashand Can you be more specific? We didn't really understand what is you case. It seems like it works.

geniashand commented 7 years ago

It should show also the exception of ArrayIndexOutOfBound in the TraceMarker (or only it without the previous one) However, the trace marker shows only the exception thrown in the first run (file exception), the second run throws a different exception(ArrayIndexOutOfBound) but it's not shown in the TraceMarker

mdoron commented 7 years ago

did you press the bugquery button once again?

geniashand commented 7 years ago

Seems like pressing the plugin icon solves the problem, thought it was supposed to be automatic Thanks!