From: "ppr. P. V Prok" Newsgroups: comp.os.msdos.djgpp Subject: gdb Date: Sun, 21 Dec 1997 16:15:33 +0200 Organization: NSI Ltd. Lines: 17 Message-ID: <349D2485.C77BDD2D@nsi.co.il> NNTP-Posting-Host: 194.90.156.130 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Sorry, I don't sure this group is correct for my question, but nobody use gnu.gdb group. I use gdb in DJGPP environment. I need to change value of global variable and store it to executable. I perform the following: set write on file ....exe set xx=1 but gdb sais it cannot acces to xx. I've tried to run program first. Then it changes value, but only in memory. Can somebody help me? Gregory