Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 54259 invoked from network); 12 Oct 2010 10:13:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Oct 2010 10:13:02 -0000 Received: (qmail 22363 invoked by uid 500); 12 Oct 2010 10:13:02 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 22317 invoked by uid 500); 12 Oct 2010 10:13:01 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 22195 invoked by uid 99); 12 Oct 2010 10:12:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 10:12:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 10:12:57 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9CACaS5019939 for ; Tue, 12 Oct 2010 10:12:36 GMT Message-ID: <7318858.93281286878356365.JavaMail.jira@thor> Date: Tue, 12 Oct 2010 06:12:36 -0400 (EDT) From: "Mark Hindess (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-6442) [jdktools] Implement the jdb command line debugger In-Reply-To: <674034185.174681265791948333.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hindess reassigned HARMONY-6442: ------------------------------------- Assignee: (was: Mark Hindess) > [jdktools] Implement the jdb command line debugger > -------------------------------------------------- > > Key: HARMONY-6442 > URL: https://issues.apache.org/jira/browse/HARMONY-6442 > Project: Harmony > Issue Type: Task > Components: JDK > Reporter: Mark Hindess > > jdb is the command line debugger tool provided as part of the basic JDK tools (http://java.sun.com/javase/6/docs/technotes/tools/index.html). It is expected that the implementation will be written in Java using the Eclipse JDI library. The implementation should be compatible with the Sun jdb command line tool but it could be extended with other features - such as tab completion of commands, JSR45 (stratum support), etc. - to add value to the Harmony implementation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.