Fix an issue where debugger not showing all arguments anymore after hitting SQL error while debugging. Fixes #5101
Added a "Clear All" button to the argument dialog which will clear all the saved arguments values from SQLite DB. Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4db0a6524d0f241af41f616d458d244d2b23602e Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Modified Files -------------- docs/en_US/debugger.rst | 2 + docs/en_US/images/debug_params.png | Bin 30249 -> 48886 bytes docs/en_US/release_notes_4_19.rst | 1 + web/pgadmin/static/js/backgrid.pgadmin.js | 52 +++++++++++ web/pgadmin/tools/debugger/__init__.py | 50 ++++++++++- .../tools/debugger/static/js/debugger_ui.js | 97 ++++++++++++++++++--- .../tools/debugger/static/scss/_debugger.scss | 7 ++ 7 files changed, 195 insertions(+), 14 deletions(-)