Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Fabiano Bender
Título: Ferramenta para Depuração de Funções PL/PgSQL
 
Abstract:
This paperwork presents a debugger tool for PL/PgSQL functions, wich the main goal is to be able to show variable values on each executed line of the function. The functions goes through lexical analysis, syntatic analysis and semantic analysis to obtain the variables and commands list. The debugger uses those two lists to determine the variables values. The debugger tool was developed using Python and the library PyQt along with Qt Designer for the graphical interface and also PLY for the implementation of the syntatic and lexical analyser.