From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10114 invoked by alias); 9 Jul 2009 19:15:44 -0000 Received: (qmail 10105 invoked by uid 22791); 9 Jul 2009 19:15:43 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Jul 2009 19:15:38 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n69JFajt032612 for ; Thu, 9 Jul 2009 15:15:36 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n69JFaTn011055 for ; Thu, 9 Jul 2009 15:15:36 -0400 Received: from lindt.uglyboxes.com (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n69JFXff014536; Thu, 9 Jul 2009 15:15:35 -0400 Message-ID: <4A5641D5.3070808@redhat.com> Date: Thu, 09 Jul 2009 19:15:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: "Meredith, Karl" CC: "insight@sources.redhat.com" Subject: Re: Insight Preferences File References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2009-q3/txt/msg00017.txt.bz2 Meredith, Karl wrote: > I just started using Insight recently and I absolutely love it. I am > curious where the file is stored that saves the preferences in between > sessions. I can't see any preferences file in $HOME/ or in the current > directory. Obviously this information has to be stored somewhere. On unix, this information is stored in $HOME/.gdbtkinit. On Windows (cygwin/mingw) it is in $HOME/gdbtk.ini. Keith