Re: [pgAdmin4][RM3554] Debugger scroll issue for long procedures

Поиск
Список
Период
Сортировка
От Aditya Toshniwal
Тема Re: [pgAdmin4][RM3554] Debugger scroll issue for long procedures
Дата
Msg-id CAM9w-_kJVrZP=0ovWQZ=+DjOOYCET3_zHFmkq9XkbkjqJk4t5w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgAdmin4][RM3554] Debugger scroll issue for long procedures  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Ответы Re: [pgAdmin4][RM3554] Debugger scroll issue for long procedures  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Список pgadmin-hackers
Hi Hackers,

Attached is the updated patch which also includes code changes to avoid reloading same proc/function again in case of a recursive call.

On Mon, Aug 27, 2018 at 6:44 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Please hold on with the patch. As discussed and found by Ashesh Vashi, if we <Step In> the function called recursively then it is loading the debugger with source code again which can be avoided and will improve performance if the function is large.
Will send the updated patch along with the required changes. Thank you Ashesh.

On Mon, Aug 27, 2018 at 6:16 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Attached is the patch to make debugger scroll automatically to current active line and scroll along with StepIn/StepOut. Previously, we had to manually scroll.

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Ensure external table node should be visible onlyfor
Следующее
От: Khushboo Vashi
Дата:
Сообщение: Re: [pgAdmin4][RM#3590] Fix refresh button on Dashboard