You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I write a plugin for debugging with IntelliJ. I've modified the debugger to support variable output for records etc.
I basically use functions from the pl source tree to outputs these variables
exec_eval_datum
convert_value_to_string
Then the client is able to handle all structured data by casting the row outputs to the corresponding pg_class.
At the end the client build a JSON representation of the variable to gets its names.
Hi,I write a plugin for debugging with IntelliJ. I've modified the debugger to support variable output for records etc.
I basically use functions from the pl source tree to outputs these variables
Then the client is able to handle all structured data by casting the row outputs to the corresponding pg_class.
At the end the client build a JSON representation of the variable to gets its names.
https://github.com/ng-galien/idea-plpgdebugger
I hope we can integrate these enhancements to the official debugger.
The text was updated successfully, but these errors were encountered: