Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-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 6FF3C178FE for ; Wed, 23 Sep 2015 07:21:43 +0000 (UTC) Received: (qmail 46776 invoked by uid 500); 23 Sep 2015 07:21:30 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 46723 invoked by uid 500); 23 Sep 2015 07:21:30 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 46711 invoked by uid 99); 23 Sep 2015 07:21:29 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2015 07:21:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 1BB43C140D for ; Wed, 23 Sep 2015 07:21:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.108 X-Spam-Level: X-Spam-Status: No, score=-0.108 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, RP_MATCHES_RCVD=-0.006, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=yahoo.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id fXoU051YZ2ju for ; Wed, 23 Sep 2015 07:21:16 +0000 (UTC) Received: from nm46-vm2.bullet.mail.gq1.yahoo.com (nm46-vm2.bullet.mail.gq1.yahoo.com [67.195.87.170]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 0FB3524D7B for ; Wed, 23 Sep 2015 07:21:15 +0000 (UTC) Received: from [127.0.0.1] by nm46.bullet.mail.gq1.yahoo.com with NNFMP; 23 Sep 2015 07:21:14 -0000 Received: from [98.137.12.188] by nm46.bullet.mail.gq1.yahoo.com with NNFMP; 23 Sep 2015 07:18:33 -0000 Received: from [98.139.215.141] by tm9.bullet.mail.gq1.yahoo.com with NNFMP; 23 Sep 2015 07:18:33 -0000 Received: from [98.139.212.202] by tm12.bullet.mail.bf1.yahoo.com with NNFMP; 23 Sep 2015 07:18:33 -0000 Received: from [127.0.0.1] by omp1011.mail.bf1.yahoo.com with NNFMP; 23 Sep 2015 07:18:33 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 694878.65231.bm@omp1011.mail.bf1.yahoo.com X-YMail-OSG: CX1AotgVM1k.G9Ca8wnN2n8VgNfXvmFI1njCzca7FDIPM.z.6CAeS4kqkYvcWiE PtiriymCGKFzcwoevAj0SSHKvMnupMJ0f_XuC9N3xWVpeQOniKH5djstmwHX1DjPJSHglh2epzED OoegP68rwgVlyRQnf197lzmqvW7GOAIwZ54am8UKtfe6nEau8P5kyl5psqPU9t5GnRoOUHn_tTWo AURoKqZwD9G2erWLVbuNQUteang3WTbJXpJg1A6aKqR3.IvoEA7boqg0iEREnGyBH3vjd1DJI9nw 2ZlVWmEz6cfKTlQjTLTz_1TzRLFVU8uR5DPa6FW5IOqqyVZQOi1mLd9cPG0_tP8uKdW6wa5QxlCB qs2MWUCulfPm5szwccDkn.AAt5.95X7cG95UMAJynn_OP9RzUMBSge5wvRoLJc1Oi3aQkGzzcUng _18ynsiiSZVs2cNDHTd.Rya9q1zUJBGYGlZ4yD0GTcpN5jf6i0dZUFAWwgtc0cC4UmdxMWndoq69 hxvL5xu3Jt7_kXNg1.EVvB13j2A-- Received: by 66.196.81.118; Wed, 23 Sep 2015 07:18:33 +0000 Date: Wed, 23 Sep 2015 07:18:32 +0000 (UTC) From: Alireza Eskandari Reply-To: Alireza Eskandari To: "dev@cloudstack.apache.org" Message-ID: <1351022832.110758.1442992712927.JavaMail.yahoo@mail.yahoo.com> Subject: debugging in eclipse MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi friends, I'm not a Java developer but I'm interested to do some discoveries in CloudStack code. I have created a development environment with Eclipse in Ubuntu and I can successfully compile and run CloudStack 4.5.2 in this environment. The question is how can I use Eclipse to debug and trace the code and variables values while CloudStack is running. How can I use breakpoints and etc. Regards, Alireza