Fixed an issue where dynamic tab title has not appliedĀ the first time for debugger panel. Fixes #5978
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=17ce84dd0a9207ad33eaaf8e5065995205420d3e Author: Nikhil Mohite <nikhil.moh...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_4_29.rst | 1 + web/pgadmin/tools/debugger/__init__.py | 1 + web/pgadmin/tools/debugger/static/js/debugger.js | 18 ++++++++++++------ web/pgadmin/tools/debugger/static/js/debugger_ui.js | 13 ++++++------- web/pgadmin/tools/debugger/static/js/debugger_utils.js | 4 +++- 5 files changed, 23 insertions(+), 14 deletions(-)