winpdb 1.3.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News winpdb 1.3.6 (Default branch)
# 1  
Old 03-10-2008
winpdb 1.3.6 (Default branch)

Image Winpdb is a platform-independent Python debugger with support for multiple threads, namespace modification, embedded debugging, and encrypted communication. It is up to 20 times faster than pdb. License: GNU General Public License (GPL) Changes:
This release has console auto-completion, support for Python egg files, a feature called synchronicity that controls the behavior of the name-space viewer, along with some other improvements to the name-space viewer, and compatibility with Python 3000 alpha 3 and Python 2.6 alpha 1.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Memo(3pm)						User Contributed Perl Documentation						 Memo(3pm)

NAME
Palm::Memo - Handler for Palm Memo databases. SYNOPSIS
use Palm::Memo; DESCRIPTION
The Memo PDB handler is a helper class for the Palm::PDB package. It parses Memo databases. AppInfo block The AppInfo block begins with standard category support. See Palm::StdAppInfo for details. Other fields include: $pdb->{appinfo}{sortOrder} I don't know what this is. Sort block $pdb->{sort} This is a scalar, the raw data of the sort block. Records $record = $pdb->{records}[N] $record->{data} A string, the text of the memo. new $pdb = new Palm::Memo; Create a new PDB, initialized with the various Palm::Memo fields and an empty record list. Use this method if you're creating a Memo PDB from scratch. new_Record $record = $pdb->new_Record; Creates a new Memo record, with blank values for all of the fields. "new_Record" does not add the new record to $pdb. For that, you want "$pdb->append_Record". SOURCE CONTROL
The source is in Github: http://github.com/briandfoy/p5-Palm/tree/master AUTHOR
Alessandro Zummo, "<a.zummo@towertech.it>" Currently maintained by brian d foy, "<bdfoy@cpan.org>" SEE ALSO
Palm::PDB(3) Palm::StdAppInfo(3) perl v5.10.1 2010-02-23 Memo(3pm)