There is a bug in the variables view that prevents it from showing global variables unless there is already at least one local variable in the current stack frame.
___________________________________________ Chris Recoskie Software Designer IDE Frameworks Group Texas Instruments, Toronto -----Original Message----- From: mspgcc-users-ad...@lists.sourceforge.net [mailto:mspgcc-users-ad...@lists.sourceforge.net] On Behalf Of Saso Zbontar Sent: Thursday, January 06, 2005 3:50 AM To: mspgcc-users@lists.sourceforge.net Subject: [Mspgcc-users] Debuging problems with Eclipse Hi everyone ! I 've installed Eclipse 3.0.1, CDT 2.1.0 with net.sf.mspgcc.zip patch (in c:\eclipse directory) and running mspgcc version dated 20041112 (in c:\mspgcc directory) all installed on win XP sp1 box and win XP SP2 box Everything is working fine. I can download to target, do step, pausing and resuming. The problem is that I dont see any global variables even if I select them trough the selection menu. In the variables window are only local variables. The second question is about interrupts when debuging. When I choose the resume option from debug menu there is no timer interrupt generated. Otherwise program is running, I 've checked that. When I live debug mode, the same code downloaded to the target is running well, with all interrupts. Any suggestions what can be wrong here or hints what to be done ? Regards Saso