Comment 1 for bug 1339205

Revision history for this message
taoufik ben abdellatif (taoufik-abdellatif) wrote :

The compiler GUI debugger feature was affected by changes to enable the
embedded compiler. Recent behavior in the compiler GUI debugger
include displaying internal queries when displaying a user query
and occasionally crashing the sqlci process. The changes to fix this
issue is to ensure that the GUI debugger is only enabled when the
(compiler) context of the user query is the active context. Another change is
to ensure that the GUI debugger is disabled and related structures are
appropriately reset when the user queries fails during compilation.

Changes were also made to move the global DisplayGraph to CmpStatement class for
readability and maintainability.