1-by-1 black pixel for creating lines
1-by-1 black pixel for creating lines
EricGiguere.com > Books > Palm Database Programming > Chapter 3
Printer-friendly version Set your preferences
Read my blogs on AdSense and affiliate marketing
 
 
  
Learn about these ads

Palm Database Programming — The Electronic Version

Chapter 3: Development Tools and Software Development Kits

This material was published in 1999. See the free Palm OS Programming online course I developed for CodeWarriorU for some updated material.

Prev Chapter | Prev Section | Next Section | Contents

The Console

The Palm OS console allows you to do low-level debugging of a device, including the Palm OS Emulator. The console is a window on your desktop computer that you can use to interrogate the device and perform some basic operations. For example, the console allows you to download or update databases, see the list of installed databases (including applications), and examine the memory heaps.

To access the console with CodeWarrior, select the "Open Debug Console" menu item in the Palm OS menu. The console display window appears. If the Palm OS Emulator is running, you can immediately start typing some commands right into the text field, otherwise CodeWarrior will wait for you to place your device in debug mode. To get a list of the applications installed on the device, use the following command, ending the command by pressing the Enter key on the numeric keypad, not the Enter key on the regular keyboard:


Dir -t appl

To display the alarm table, type the following command:

      
SysAlarmDump

The Help command with no arguments lists all the commands that are available. To get help on a specific command, pass it as an argument to the Help command:

      
Help Dir

For more detailed information on the console commands that are available, consult the Palm OS 3.0 Cookbook.

Prev Chapter | Prev Section | Next Section | Contents

Copyright ©1999 by Eric Giguere. All rights reserved. From Palm Database Programming: The Complete Developer's Guide. Reprinted here with permission from the publisher. Please see the copyright and disclaimer notices for more details.

If you find the material useful, consider buying one of my books, linking to this site from your own site or in your weblog, or sending me a note.

Google Web www.ericgiguere.com   
1-by-1 black pixel for creating lines
 
Copyright ©2003-2012 Eric Giguere | Send mail about this page | About this site | Privacy policy
Site design and programming by Eric Giguere | Hosting by KGB Internet Solutions
This site is Java-powered
Other sites: The Unofficial AdSense Blog | Google Suggest Explorer | Invisible Fence Guide | Synclastic
This page was last modified on November 23, 2003
1-by-1 black pixel for creating lines
1-by-1 black pixel for creating lines