From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22064 invoked by alias); 4 Nov 2009 18:42:14 -0000 Received: (qmail 22056 invoked by uid 22791); 4 Nov 2009 18:42:14 -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) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Nov 2009 18:42:09 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nA4Ig7DG003571; Wed, 4 Nov 2009 13:42:07 -0500 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nA4Ig3s4000709 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Nov 2009 13:42:06 -0500 Message-ID: <4AF1CAFA.2080209@redhat.com> Date: Wed, 04 Nov 2009 18:42:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: =?ISO-8859-1?Q?=22Mar=EDa_de_los_A=2E_V=E1zquez=22?= CC: insight@sourceware.org Subject: Re: Fw: Initialization Commands References: <4AEF4006.8020604@redhat.com> <50C6D56245CE4AFDBA0A2853C2CA378D@HELP3> <4AEF54E4.2070209@redhat.com> <519FEDB294554B38AA780E6E14D10F98@HELP3> In-Reply-To: <519FEDB294554B38AA780E6E14D10F98@HELP3> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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-q4/txt/msg00012.txt.bz2 On 11/04/2009 10:33 AM, María de los A. Vázquez wrote: > I'm working on Windows Vista. I set the variable > INSIGHT_FORCE_READ_PREFERENCES > to 1, as you told me to do it, but it didn't work. I'm not able to read > the init file. You might try starting insight, opening a console window and entering "tk set ::env(INSIGHT_FORCE_READ_PREFERENCES)" to verify that this variable is being set properly in the environment. If you also do: "tk $::env(HOME)", what is the result? This is the directory that gdbtk.ini should be located in on windows. > If I enter the command > that you previously gave me: > > (gdb) tk set ::GDBStartup(inhibit_prefs) > > it continues returning "1". I don't know what I'm doing wrong. I'm > working with it since yesterday but I > don't get results. Is there another way to ignored the "-nx" command or > how can I obtain what I need?? You can always force gdb (or insight) to read preferences. Do it in gdb by editing main.c and rebuild/reinstall. For insight, simply edit prefs.tcl. Did you build your version of insight or did you download it from somewhere? Keith