From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 6A3D0BC69 for ; Tue, 31 Jul 2007 13:22:35 +0200 (CEST) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l6VBMYPt022903 for ; Tue, 31 Jul 2007 13:22:35 +0200 Received: by wx-out-0506.google.com with SMTP id h28so1523830wxd for ; Tue, 31 Jul 2007 04:22:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fI6bpjvb/KqSWXHrZCEPpByR3Gx94DYbagnV+EnA6FSNmMf/qrbJBD9Kaj1d7UeVOFJeuFOOildlBi3d1XipFA4FRzsBHTW5FwKF1iKG29/fnu6QlyIiKh6KwKneTlehRQZPIeyEHSKHgr+MujPKBjJXqCi/noJvi2xBQop2EpY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tTpF6r4NWuExQZGY5SMjq7LO/J9REWS8V8MHWT5c3LQPocXS4BXqmZLRf4OV+QG7rOyvufb+nqYcjAEBnjbsGIqclWUCEp++8oL/rnhD05X3wgJ+In8YxBEUOwelp5BpR5ZF8YaaLOtfPFFJlrFt7tsJSZTL/D9VbkDS1KIoGpY= Received: by 10.70.94.20 with SMTP id r20mr11746132wxb.1185880954238; Tue, 31 Jul 2007 04:22:34 -0700 (PDT) Received: by 10.70.112.19 with HTTP; Tue, 31 Jul 2007 04:22:34 -0700 (PDT) Message-ID: <4fbf351c0707310422o1473b71crf35d5d53883ac608@mail.gmail.com> Date: Tue, 31 Jul 2007 13:22:34 +0200 From: "Nicolas Bros" To: "Christophe Raffalli" Subject: Re: [Caml-list] OCalDE Cc: caml-list@inria.fr In-Reply-To: <46A4D58C.2060108@univ-savoie.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46A4D58C.2060108@univ-savoie.fr> X-j-chkmail-Score: MSGID : 46AF1B7A.001 on concorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at concorde with ID 46AF1B7A.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; caml-list:01 define:02 argument:02 external:03 external:03 executable:03 loc:03 debug:05 nicolas:08 nicolas:08 configure:08 clicking:89 example:10 typically:11 directory:11 > How can I configure some "Run script" (typically a "make check" launched from > eclipse), to test and debug my code ? I just remembered this: You can use the "External tools" in Eclipse in "Run > External Tools > Open External Tools Dialog...". Here, you can create a program launch configuration, define what executable to launch ("make"), in which directory to start it ("${project_loc}"), and give it "check" as argument to follow your example. You can also add it as a favorite to access it faster. Then, you will be able to start it by clicking on the "External tools" button on the tools bar.