Hi Frank,
To avoid clogging group bandwidth, we might want to take this problem
offline. Can you send a bug report (you may have already) along with the
project to [EMAIL PROTECTED]? This will get it to our tech support people
(and me) to look at. Also, BTW, are you trying to debug via USB on the Mac?
I wonder if this might be a source of the problems...
Thanks!
Rgds,
Jun-Kiat Lam
Metrowerks Technical Support
----- Original Message -----
From: "Frank Nichols" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Thursday, June 01, 2000 9:51 PM
Subject: RE: Debugging and Win2000
> Jun-Kiat,
>
> My other message was from the office, and so from memory - in case I mixed
> something up, my configuration is:
>
> Macintosh PowerBook G3/400 w/320MB ram, running virtual memory on set to
> 321MB.
>
> Mac OS 8.6
> CW IDE 4.0.2 set to 32,000KB Memory
> POSE 3.0a6 set to 16,384 KB Memory
> palmos35-dr4-en-colordbg.com (its size is 1,572,864 bytes)
>
> If you would like (or if it would help) I can send you a complete system
> profile listing the installation, I am afraid I have a lot of things
> installed for my customer - like Timbuktu. However, I have tried running a
> "Base 8.6 Set" of extensions and the symptoms are the same.
>
> The only other application running is Tilery v4.1
>
> The Palm Desktop is installed and the PalmConnect(r) USBSerial HAL,
> PalmConnect(r) USB, and Instant Palm Desktop are enabled.
>
> I have tried a pure CW Palm 6 Lite installation, without the CWPro and the
> symptoms are the same.
>
> I have tried a CWPro 5.3 installation with CW Palm 6 Lite merged and the
> symptoms are the same.
>
> I am currently running:
>
> CW Pro 5.2 with CW Palm 6 Lite merged with 3.5 SDK update1 - I have double
> checked the merge directions posted by Heather and that is where
everything
> is.
>
> I am working on a OS3.5 Multi-segment application based on the MW
> stationary. Currently there are only 2 segments of 14k and 6k.
>
> I frequently remove the debugger cache and autosave directories in the
> Pref's.
>
> All settings in the Main Pref's Debugger option are default except the
> PalmConnection Settings which I set the Target to Palm OS Emulator, Always
> Launch Emulator, and browsed to the emulator and selected it. (I have
search
> the system to ensure there are no other copies of the emulator installed.
>
> In the target pref's dialog most settings are default. I have changed the
> Mac resources files to the name of my project.tmp and the Output file to
> name of my project.prc. Palm OS 3.1 or later is selected for
> transliteration. The debugger settings are default.
>
> I have the "Activate Browser" option selected and Activate C++ compiler,
but
> currently do not have any C++ specific source.
>
> I just tried the new PalmPluggin (Info on the new pluggin is v1.6.3b10 -
> PalmPlugin.) posted to ftp3.metrowerks.com in the last day or two and the
> results are the same with the Palm IIIc EN Color Dbg ROM. Hard Crash -
> requires reset button on back to power down, the cmd-opt-power button wont
> work. BTW, it doesn't even make it into the first debug session. When I
> select "Run" it dl's to the emulator and the IDE "goes away" - no crash
> notice from Finder. The program doesn't start in POSE and from there it is
> downhill - doing anything other than resetting using cmd-opt-power will
> result in the hard crash/freeze.
>
> Using a Palm IIIc rom transferred from my device works/debugs correctly so
I
> am not dead in the water.
>
> I will keep trying things, maybe something will affect the symptoms.
>
> Any help or suggestions will be appreciated.
>
> /fn
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Jun-Kiat Lam
> Sent: Thursday, June 01, 2000 4:36 PM
> To: Palm Developer Forum
> Subject: Re: Debugging and Win2000
>
>
> Hi Frank,
>
> >From the information provided, your setup looks rather confusing to me.
You
> have CW Pro 5.2 and CW for Palm R6 on the same system - are they merged? I
> assume that you do, but just to check, you have all the Palm OS 3.5
plugins
> installed as well right? I have Lite running on Mac OS 9.0 and it works
fine
> for me. (PowerMac G3, but not the new ones). Let me know if you have any
> further info.
>
> Rgds,
> Jun-Kiat Lam
> Metrowerks Technical Support
>
> ----- Original Message -----
> From: "Frank Nichols" <[EMAIL PROTECTED]>
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Sent: Wednesday, May 31, 2000 3:31 PM
> Subject: RE: Debugging and Win2000
>
>
> > Heather,
> >
> > Thanks for the suggestions, I appreciate you taking the time, since I
> don't
> > have a completely "kosher" environment yet...
> >
> > 1. After lurking here for a while now, I regularly trash the debug cache
> and
> > AutoSave folders in the Metrowerks preferences - helps with the
non-debug
> > roms, has no effect when I try to use the debug version of the roms. I
> think
> > I am going to try dl'ing a fresh copy of the PlamIIIc EN Color Debug
ROM.
> I
> > have unpacked the original sit several times, and I would think that if
> > stuffit is happy with the package, it should be okay - but it also seems
> > that others are using configurations similar to mine without this
problem.
> >
> > Is there anything special about the "lite" version which would
> > contra-indicate upgrading it, or why it would not like the debug-roms?
> > (BTW - I am using POSE 3.0a6, but I tried downgrading to 3.0a5 and it
does
> > the same) The problem seems to be related to communications between the
> IDE
> > and POSE.
> >
> > If it matters, I am seeing periodic messages in the log window
indicating
> > something about "messages" to large for buffer. I tend to use LONGGG
> > variable/function names ("MainFormFoodTableScrollBarType"). Could I be
> > overrunning a buffer - maybe I will try some global changes to
abbreviate
> > all my symbols and see if that helps!
> >
> > 2. I am lazy and normally just hit the "kill" button on the debuggers
> > window. This results in pose resetting and the IDE drops me back into
edit
> > mode. The problem occurs when I want to return to debugging to look at
> > something else without making any changes - so I just hit a cmd-R. Being
> > some what rash, I can kill a debug session and hit cmd-R in less than a
> > second and that results in serious indigestion for everything involved.
I
> am
> > learning to wait until I see that POSE has completed the reset before
> > hitting cmd-R, then all is well in the world.
> >
> > /fn
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Heather
> > Tufts
> > Sent: Wednesday, May 31, 2000 12:24 PM
> > To: Palm Developer Forum
> > Subject: RE: Debuging and Win2000
> >
> >
> > Frank,
> >
> > It's possible that the temp files CodeWarrior uses when debugging has
> gotten
> > corrupt. Go to your System Folder:Preferences:Metrowerks folder and
> delete
> > the CW Autosave and the CW Debugging Cache folders. Also, the debugger
> > needs to completely clean up after itself before it can be ready to
debug
> > again (otherwise the device goes into its infinite Welcome loop and it's
> > hard reset/ctrl-alt-del time). So, when you close the debugger session
> and
> > it asks you if you want to kill the .prc, do so, and wait until you have
> the
> > Preferences screen on the device/emulator before debugging again.
> >
> > I hope this helps.
> >
> > -hkmlt
> >
> > -----Original Message-----
> > From: Frank Nichols [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 30, 2000 2:39 PM
> > To: Palm Developer Forum
> > Subject: RE: Debuging and Win2000
> >
> >
> > I have similar symptoms, but with a totally different (and probably
> > non-supported configuration).
> >
> > Mac Powerbook G3/400 300+MB Ram.
> > OS 8.6
> > CW Pro 5.2
> > CW Palm 6.0 (Lite updated with all available updates 3.5SDK, etc...)
> >
> > If I try to use the 3.5 EN Color Debug ROM I get exactly 1 debug
session,
> > then the system freezes, or the IDE goes into navel contemplation mode,
> etc.
> >
> > If I use the 3.5 EN Color ROM (non-debug) it works until I slip-up and
try
> > to restart the debugging session (reload the program to the emulator)
> before
> > the reset from the end of the previous sesssion is complete - this send
> the
> > IDE and Emulator into never-never land and requires a system reboot.
> >
> > I probably should not be trying to merge and update the lite version,
but
> I
> > ordered the Commerical CW Palm 6 and was told it is on back order for
> > probably 2 to 4 weeks. So, I am trying to limp along until I can get
> > official.
> >
> > /fn
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Ralph
> > Krausse
> > Sent: Tuesday, May 30, 2000 1:08 PM
> > To: Palm Developer Forum
> > Subject: Debuging and Win2000
> >
> >
> > I am having an problem using Win2000. I can run the Emulator and debug
my
> > application only once. If I try to debug a second time in the same
> session,
> > it doesn't work. CW doesn't freeze but the debug session just seems to
go
> > into deep space. I have to manually get out of CW and the Emulator, then
> > restart everything. Anyone have the same problems and have found a
> solution?
> >
> > Thanks
> > Ralph Krausse
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> > please see http://www.palmos.com/dev/tech/support/forums/
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> > please see http://www.palmos.com/dev/tech/support/forums/
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> > please see http://www.palmos.com/dev/tech/support/forums/
> >
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/
> >
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/