Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E566CEA44 for ; Mon, 11 Feb 2013 15:08:09 +0000 (UTC) Received: (qmail 72493 invoked by uid 500); 11 Feb 2013 15:08:09 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 72449 invoked by uid 500); 11 Feb 2013 15:08:09 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 72439 invoked by uid 99); 11 Feb 2013 15:08:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 15:08:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dch@jsonified.com designates 209.85.217.182 as permitted sender) Received: from [209.85.217.182] (HELO mail-lb0-f182.google.com) (209.85.217.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 15:08:03 +0000 Received: by mail-lb0-f182.google.com with SMTP id gg6so4730916lbb.27 for ; Mon, 11 Feb 2013 07:07:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jsonified.com; s=google; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=DoFzhYtttc82UcM7JKZSTVhcCuvF2Vr+0R5jr4qYYVA=; b=c3qOOgTGo86zXKpVdQWKmHl4sIoxmBwgUf2ZqxXxMKtDH67ZAGS1sfwaUI5Dof140w SdV/dBQkBT5FLkc15tPIVuXbAfZTrBLfWPnjuu+YV4/nEVpSWM61qeECUe2ZpWOYyttZ Vysta78f7bQ4UwKQ6XsLlpF/R663Cgm8zZosU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:content-type:x-gm-message-state; bh=DoFzhYtttc82UcM7JKZSTVhcCuvF2Vr+0R5jr4qYYVA=; b=d43PMwBcjs2sFYB0fArqjN56UOj6MSPC1pMzWU2qUXAbkO2o/bbwSq2+yvfWF3bBXK RnMhsYOPdeLw6AHUNqNsVAXjrWX0qK9CwdirTEwdXhD4BNyh5sLziK6pO+HqM9sEdAFJ aDhof/IuOIS6rnF2tVj2PDbRVgxWDAcV90Aoo/imRARcdAzz/PUieSIPh6O9XLBxLRDM QB5c3HTThzK6DcT6CfTcev57AimxCGXfyG2ChaRC8lZX/PDqUr/w/Bok7PWcLnmtQM6r UHA7eY70eZqJ9CHl5RPUZoN6JVIeyqArBvPfUkeqaw3kTCrBsJ45YEV+l4BvKVk0ljS3 i2LA== MIME-Version: 1.0 X-Received: by 10.112.54.42 with SMTP id g10mr5882731lbp.55.1360595261200; Mon, 11 Feb 2013 07:07:41 -0800 (PST) Received: by 10.112.47.200 with HTTP; Mon, 11 Feb 2013 07:07:41 -0800 (PST) X-Originating-IP: [212.17.107.66] In-Reply-To: References: Date: Mon, 11 Feb 2013 16:07:41 +0100 Message-ID: Subject: Re: In-browser debugging with Node.js couchjs From: Dave Cottlehuber To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQm2nJPFiUB/f1IiS7XSAJ4s0r6G5KQ82PzPSwGKeHdX1uQjs5peEoF50T+ogicMscn8jhqr X-Virus-Checked: Checked by ClamAV on apache.org On 11 February 2013 15:22, Alexander Shorin wrote: > Hi Jason! > > Any possibility to have such feature for other query servers? > -- > ,,,^..^,,, Maybe look at komodo IDE which has support for node and python XDBP protocols? A+ Dave