TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Launch Configurations #54

Closed yosefraisman closed 7 years ago

yosefraisman commented 7 years ago

Use Eclipse's support of adding launch configuration types, to run the program independently through BugQuery. This will allow easier access to the threads' information, as there will be no need to sweep the terminated output consoles, just access some run-time databases. Specifically, using methods like StackTraceElement[] getStackTrace() from Thread and Throwable.

Progress

yosefraisman commented 7 years ago

Finished most research, but probably won't manage to close this issue before the end of the semester. Will add a new milestone after we meet.

yossigil commented 7 years ago

Too much work. Won't do.