From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32252 invoked by alias); 2 Jun 2010 09:27:08 -0000 Received: (qmail 32241 invoked by uid 22791); 2 Jun 2010 09:27:06 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Jun 2010 09:27:03 +0000 Received: by wyb39 with SMTP id 39so2699137wyb.0 for ; Wed, 02 Jun 2010 02:27:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.155.196 with SMTP id j46mr6196633wek.1.1275470820308; Wed, 02 Jun 2010 02:27:00 -0700 (PDT) Received: by 10.216.138.65 with HTTP; Wed, 2 Jun 2010 02:27:00 -0700 (PDT) Date: Wed, 02 Jun 2010 09:27:00 -0000 Message-ID: Subject: Command line arguments for insight From: Tomas Martinec To: insight@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00021.txt.bz2 Hello, I use the Insight debugger through the Visual studio IDE as an external tool and I have some suggestions for Insight. Every time I want to debug I have to choose the binary to be run and the source files, which is pretty annoying (I have the binary and the sources in different directories, so I need to specify the both things). I was unsuccesfully trying to find some command line options, which could be specified in the Visual studio and which would do this automatically. So I would like to have these options. It could be something like -D for directory (and contained subdirectories) with sources and -b for the debugee binary. It would be also nice to have these documented with --help option or on the project web. Best regards, Tomas Martinec