Terminal stops receiving messages after OutOfMemoryError
Is it just me or does the terminal stop displaying debug messages semi-permanently after there is an OutOfMemoryError? Re-setting the Javelin does not help. Powering it off and back on does not help. Disconnecting the serial cable from the Demo board and re-connecting it does not help. The only thing that works is to re-Program the Javelin or to reboot the PC. It is like the com port is dead until you do a reprogram. And since that takes several minutes with a large program, this turns out to be a major irritation and has me shouting out loud. So, am I missing something? Anyone else have this problem? Anyone know of a better solution than re-programming the Javelin or rebooting the PC?
Comments
a programming error, the next step is to overlook your· program and change it
to prevent any Out of memory error to occur, and then reprogram.
That is the way I handle Out of memory errors. I never reset or restart
a program that shows this error as there is little point.
Have you tried single step debugging?
regards peter
Debug allows you to run your application at full speed,
but it also offers buttons to stop and reset the javelin.
Perhaps when you reset via debug, the com port
(eg. message window) continues to function.
regards peter
The reason I wrote these programs is that connecting to a running
javelin (on location for example) and starting up the javelin ide and
message window do not show the messages.
http://tech.groups.yahoo.com/group/JavelinCode/files/JideTerm/
regards peter