Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1boUEz-0001jt-KI for pgadmin-hackers@arkaria.postgresql.org; Mon, 26 Sep 2016 11:38:33 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1boUEz-0004qR-2K for pgadmin-hackers@arkaria.postgresql.org; Mon, 26 Sep 2016 11:38:33 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1boUEl-0004cE-OB for pgadmin-hackers@postgresql.org; Mon, 26 Sep 2016 11:38:19 +0000 Received: from mail-it0-x229.google.com ([2607:f8b0:4001:c0b::229]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1boUEe-0005EB-1k for pgadmin-hackers@postgresql.org; Mon, 26 Sep 2016 11:38:19 +0000 Received: by mail-it0-x229.google.com with SMTP id r192so70765662ita.0 for ; Mon, 26 Sep 2016 04:38:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=PWDydC3qpOGy5Agclg1I39HOcVij7JlB+ylwnJmfMzQ=; b=bo4ksUEynFUZWGnQ1QUr8xSEBvVtR4S1tAsmubVmnr51eET1LCDrB1MqmLi2NBtMQv thZjjhN8DQcfxvhvF6RUAJBsAQPPX9ks3yV9SGA8ImL2cnqqo/ZTz+9MS/hGa9FGMziy JRQU/PVt+8yTtU7gaHJvqOf9jaTGEaVqYXzxJl3AX+QSloI4297ez+oyYdjpnoB2P2US 2SzG+7jV/i/uM9Z/Z6womiN3uFqOUV7851DXVMdNenmj67LoA2KE6uklqFbQwV7GE2aN nu8GqlQdaccSbsodKwG1wVS3fsfIO5KC4I78HxrAnmLIV+2Yokfjsm22GM/l6Kek6lQl 2NYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=PWDydC3qpOGy5Agclg1I39HOcVij7JlB+ylwnJmfMzQ=; b=I7VkyMpFOP9b8KFWE1l7jzrdLv0CFP9/FJL5seMaGXAsv/Bufq8WXxuWq4px4mwSJP 9/sXMrfV2kU72JcOPCgl4I7fQ2vv7smxIp/uZAWlzMocjp/KcffcPvA/NB1Hw9lyurjY XjR5enxTzzl5HruOtrvRU010dHMH3WBqMG2hWcnhvEbgLN7I8x+aUSyMpO+WbFgwrF4E bJimli+He+78h50AIxJP8NwbJ9Gg2JXPQgVtGEb/VbuaBR4f12Bwyr1ynzt68x8XDl8v /yNmSskfWEWbabMUMnECl2QZ5SVQCX/tbSJrVGT8xTad0GDB/NeyMqcNtJ9LvXutFB78 MsPA== X-Gm-Message-State: AA6/9RlTB7cUqmj1pko4zB3sESlwmIOz/2ecMIp3BeVCY0OdfIlPbrNWUYXQhe2wjF05FR2msJfHzbLk/liy0A== X-Received: by 10.36.236.69 with SMTP id g66mr17070062ith.32.1474889890003; Mon, 26 Sep 2016 04:38:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Mon, 26 Sep 2016 04:38:09 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 26 Sep 2016 12:38:09 +0100 Message-ID: Subject: Re: PATCH: To fix the issue in Debugger module (pgAdmin4) To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Hi On Mon, Sep 26, 2016 at 11:09 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue where it was not disabling buttons after > execution gets finished. > RM#1227 > > Issue: > If user clicks on buttons after execution is complete then it was throwing > error, expected behaviour was all button should gets disabled except execute > button. This is an improvement I think, but not complete: - The info messages are now shown, but: - Not until execution ends, which limits their usefulness for additional debugging. Not sure if that's easily changeable though. - The line breaks in messages are displaying like this: "INFO: Employee 1 not found
SELECT 1" - The first execution of the function worked OK, but following the second execution, I again saw: "Debugger: Step into execution error" as I stepped out of the RETURN statement on line 18. Thanks. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers