[pgAdmin4][Patch]: RM #3723 "Error while starting debugging listener" message displayed if user click on package(function) without body - Mailing list pgadmin-hackers

From Akshay Joshi
Subject [pgAdmin4][Patch]: RM #3723 "Error while starting debugging listener" message displayed if user click on package(function) without body
Date
Msg-id CANxoLDdyuseLA-M1EZNEM_ffAJ6+DxZe+3gMzLA3cmzfgoCzEQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: RM #3723 "Error while starting debugginglistener" message displayed if user click on package(function) without body  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi Hackers,

Attached is the patch to modify the error message from "Error while starting debugging listener" to the actual message return by the database server. Issue is when we debug the package(function) without body, we got the error message "not executed, package body does not exist". Please refer "psql_error.png" file.

Solution: Instead of showing our own hard coded message, we should show the actual message comes from the database server.

--
Akshay Joshi
Sr. Software Architect


Phone: +91 20-3058-9517
Mobile: +91 976-788-8246
Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Serving pgadmin4 from subdirectory (e.g. example.com/pgadmin4)
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Properly report errors when debugging cannot bestart