pgAdmin 4 commit: Improve the debugger's default page layout, and preve

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Improve the debugger's default page layout, and preve
Date: 2017-07-03 14:14:57
Message-ID: E1dS27t-0007ta-By@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improve the debugger's default page layout, and prevent attempts to continue debugging after the user has stopped. Fixes #2512, Fixes #2511

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d5e55964ad811690ac1b52efdc632e8b485e943
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py | 94 ++++++++++++++--------
.../tools/debugger/templates/debugger/direct.html | 2 +-
.../debugger/templates/debugger/js/debugger.js | 4 +-
.../tools/debugger/templates/debugger/js/direct.js | 39 ++++++---
4 files changed, 92 insertions(+), 47 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-03 14:15:41 Re: [pgAdmin4][Patch] To fix the issues in Debugger module
Previous Message Robert Eckhardt 2017-07-03 14:12:54 Re: [pgadmin-hackers] [Design update] Style guide for pgAdmin4