From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2533 invoked by alias); 2 Mar 2006 22:09:28 -0000 Received: (qmail 2525 invoked by uid 22791); 2 Mar 2006 22:09:27 -0000 X-Spam-Check-By: sourceware.org Received: from mr0.sv.mailhost.seagate.com (HELO mr0.sv.mailhost.seagate.com) (192.55.4.52) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 02 Mar 2006 22:09:27 +0000 Received: from mh0.sv.mailhost.seagate.com (mh0.sv.mailhost.seagate.com [10.5.128.209]) by mr0.sv.mailhost.seagate.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k22M9Nxq013250 for ; Thu, 2 Mar 2006 22:09:24 GMT Received: from sv-gw1.notes.seagate.com (sv-gw1.stsj.seagate.com [10.26.8.33]) by mh0.sv.mailhost.seagate.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k22M9K0I016760 for ; Thu, 2 Mar 2006 22:09:23 GMT Subject: Insight Question To: insight@sources.redhat.com Message-ID: From: Jason.Binger@Seagate.com Date: Thu, 02 Mar 2006 22:09:00 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Scanner: InterScan AntiVirus for Sendmail X-Proofpoint-FWRule: outbound2 X-Proofpoint-Spam-Details: rule=notspam policy= score=0 mlx=0 adultscore=0 adjust=0 engine=2.5.0-06011800 definitions=3.0.0-06020906 X-Proofpoint-SpamScore: 0 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00050.txt.bz2 I started using insight as a possible debugger for a project I'm working on. My question is, in the local variable view, is it possible I can set the default format to "Hexadecimal" rather than "Natural" ?? I did a quick look in the source and modified it to work on all local variables that come up in the list but the variables that are hidden (members of classes/structures) are still set at "Natural" and I have to manually change each. Is there a default setting that can be easily changed? Thanks! jason