Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-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 74C749244 for ; Sun, 1 Jan 2012 17:20:08 +0000 (UTC) Received: (qmail 2471 invoked by uid 500); 1 Jan 2012 17:20:08 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 2445 invoked by uid 500); 1 Jan 2012 17:20:08 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 2438 invoked by uid 99); 1 Jan 2012 17:20:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2012 17:20:08 +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 (nike.apache.org: domain of zepfred@gmail.com designates 209.85.213.172 as permitted sender) Received: from [209.85.213.172] (HELO mail-yx0-f172.google.com) (209.85.213.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2012 17:19:59 +0000 Received: by yenm7 with SMTP id m7so9412693yen.31 for ; Sun, 01 Jan 2012 09:19:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:references:from:content-type:x-mailer:in-reply-to :message-id:date:to:content-transfer-encoding:mime-version; bh=p/ANzXT68BGWN1qDG9UlhFK4NGOKI1lY+gJKeCo/4ak=; b=UX6XZ9BSOCyxVZQbRD4+bNJdE3H59SmUh0dQ/gsevl8ksGvK6mO6R2TnhE3JQdQYsZ ccmMpYyI2aD/JpLyEJ4upwnyrgZmLKPM74/G67V4aT7fqgh6YhMAJIHAVgu2Lot9UpJ7 Jh/PCXLXLcwROv/tPd7zjkxt5ldDj8uUC/sLc= Received: by 10.236.184.8 with SMTP id r8mr35211443yhm.110.1325438378353; Sun, 01 Jan 2012 09:19:38 -0800 (PST) Received: from [192.168.0.104] ([187.127.71.43]) by mx.google.com with ESMTPS id x8sm110591039anh.17.2012.01.01.09.19.36 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 01 Jan 2012 09:19:37 -0800 (PST) Subject: Re: Debug Derby inside IDE References: <4F008B4A.2010902@gmail.com> From: Frederico Content-Type: text/plain; charset=utf-8 X-Mailer: iPad Mail (9A405) In-Reply-To: <4F008B4A.2010902@gmail.com> Message-Id: <9041FA1F-AFF6-4811-B3BE-92F70A84D5A1@gmail.com> Date: Sun, 1 Jan 2012 15:19:36 -0200 To: "" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-Virus-Checked: Checked by ClamAV on apache.org Thanks. Att, Fred Enviado via iPad Em 01/01/2012, =C3=A0s 14:35, Bryan Pendleton e= screveu: >> Is there any way to start/debug the database system inside the ide? >=20 > Absolutely! Derby developers do this routinely. >=20 > Derby is 100% pure Java, and so any Java debugger can be used to run Derby= . >=20 > When I do this, I build Derby using Ant, with debugging enabled in the com= pilation, > and then I start Derby with my debugger. >=20 > Tell your debugger to use the main class org.apache.derby.tools.ij, then > you can issue ij commands and set breakpoints in the Derby engine using > your debugger. >=20 > thanks, >=20 > bryan