Developer Console: Difference between revisions

From OLPC
Jump to navigation Jump to search
(show how to hide, reveal, or dismiss, point to source)
(mark as obsolete, so remove some categories)
 
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{obsolete|link=[[Log Viewer]] and [[Terminal Activity]] and [[Analyze]]}}
'''''NOTE''''': As of build 650 (and perhaps earlier), the Developer Console no longer exists as a single entity. Its functionality has been split out into different activities and tools.

* Log Viewer is now a separate [[Log Viewer]] activity.
* Terminal is now a separate [[Terminal Activity]].
* Memphis is ... partly covered by the [[Analyze]] activity.

* While build 650 has no trivial in-GUI way to find your build number, it can be learned via the [[Terminal]] activity.

==For older releases==

The '''developer''' console activity provides a number of developer-targeted features (some of which previously existed as a separate activity):
The '''developer''' console activity provides a number of developer-targeted features (some of which previously existed as a separate activity):


* XO Resources
* XO Resources
* Memphis
* Memphis (memory usage tool)
* Log Viewer : sugar-log-viewer
* Log Viewer : sugar-log-viewer
* Terminal : Linux prompt
* Terminal : Linux prompt
Line 8: Line 19:
From build 239 the activity can be started within the Sugar UI in two ways:
From build 239 the activity can be started within the Sugar UI in two ways:


* Alt+=
* <tt>Alt+=</tt>
* Alt+0
* <tt>Alt+0</tt>


After it is started, Alt+= or Alt+0 will toggle visibility; hiding or showing the activity. It can be dismissed by clicking on the X on top right corner.
After it is started, <tt>Alt+=</tt> or <tt>Alt+0</tt> will toggle visibility; hiding or showing the activity. It can be dismissed by clicking on the X on top right corner.


(Keyboard shortcut information can be found in [http://dev.laptop.org/git.do?p=sugar;a=blob;f=README the Sugar README] which should be referenced to ensure the developer console keyboard shortcuts have not changed.)
(Keyboard shortcut information can be found in [http://dev.laptop.org/git.do?p=sugar;a=blob;f=README the Sugar README] which should be referenced to ensure the developer console keyboard shortcuts have not changed.)
Line 23: Line 34:
git+ssh://dev.laptop.org/git/sugar/services/console/interface
git+ssh://dev.laptop.org/git/sugar/services/console/interface


===Change font size===
{{cleanup}}

[[category:developers]]
Here is how to increase the print size in the terminal for those who need it (a good quick-start for technically-minded low-vision users or developers):
[[category:software ideas]]

# Press <tt>Alt-0</tt> to get into the developer console, and the last tab is the terminal.
# Type ''<tt>nano ~/.sugar/default/terminalrc</tt>''
# Find the line saying ''<tt>Font = Monospace 8</tt>'', change it to ''<tt>Monospace 16</tt>'' (or whatever you want).
# Press <tt>Control-X</tt> and answer Yes to save.
# Close the developer console (the tiny tiny X in the top right-hand corner)
# Re-open it with <tt>Alt-0</tt>, the terminal should now be in a larger print.

Latest revision as of 08:33, 5 October 2008

542-stopicon.png This page has a more up-to-date location: Log Viewer and Terminal Activity and Analyze

NOTE: As of build 650 (and perhaps earlier), the Developer Console no longer exists as a single entity. Its functionality has been split out into different activities and tools.

  • While build 650 has no trivial in-GUI way to find your build number, it can be learned via the Terminal activity.

For older releases

The developer console activity provides a number of developer-targeted features (some of which previously existed as a separate activity):

  • XO Resources
  • Memphis (memory usage tool)
  • Log Viewer : sugar-log-viewer
  • Terminal : Linux prompt

From build 239 the activity can be started within the Sugar UI in two ways:

  • Alt+=
  • Alt+0

After it is started, Alt+= or Alt+0 will toggle visibility; hiding or showing the activity. It can be dismissed by clicking on the X on top right corner.

(Keyboard shortcut information can be found in the Sugar README which should be referenced to ensure the developer console keyboard shortcuts have not changed.)

This partial screenshot illustrates how the developer console appeared in build 239:

Sugar developer console 1.png

The source can be found in the git repository:

git+ssh://dev.laptop.org/git/sugar/services/console/interface

Change font size

Here is how to increase the print size in the terminal for those who need it (a good quick-start for technically-minded low-vision users or developers):

  1. Press Alt-0 to get into the developer console, and the last tab is the terminal.
  2. Type nano ~/.sugar/default/terminalrc
  3. Find the line saying Font = Monospace 8, change it to Monospace 16 (or whatever you want).
  4. Press Control-X and answer Yes to save.
  5. Close the developer console (the tiny tiny X in the top right-hand corner)
  6. Re-open it with Alt-0, the terminal should now be in a larger print.