This project is a fork of the barry.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/barry.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionBarry fork
homepage URLhttp://www.progweb.com/modules/blackberry
ownernicolas@progweb.com
last changeSun, 5 Feb 2012 18:09:50 +0000
Push URLssh://repo.or.cz/srv/git/barry/progweb.git
Content tags:
Add:
readme

Here, you find a fork for my personnal contribution to Barry project.

First, you have to install Barry from this fork repository (you can add GUI and OpenSync feature) :
$ cd /usr/local/src
$ git clone git://repo.or.cz/barry/progweb.git barry
$ cd barry
$ ./buildgen.sh
$ ./configure
$ make
$ make install

Now, go into your work directory where are your ".debug" files. You can also copy your ".debug" files generated by RIM's JDE in your current path :
$ cd ~
$ mkdir Project
$ cp <.debug files> .
$ bjdwp localhost 8000

Then, from a JDB client :
$ jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=8000

shortlog
4 days ago Nicolas VIVIENUpdate playbook driver switch master
5 days ago Chris Freytools: added libboostwrap.a to put boost related code...
6 days ago Chris Freygui: backward compatibility fix: set_visible() is not...
6 days ago Chris Freytools: added -F sortkey support to btool
6 days ago Chris Freylib: added NamedFieldCmp<> template classes
6 days ago Chris Freytools: build tools/util.* in a static lib, to save...
6 days ago Chris Freytools: grouped common tool code into tools/util.{h,cc}
6 days ago Chris Freytools: removed outdated Makefile.plain
6 days ago Chris Freylib: use typedef instead of hard coded std::vector...
6 days ago Chris Freylib: typo fixes in comments
6 days ago Chris Freytools: get rid of "always false" code in btarcmp
7 days ago Chris Freygui: added access to ProbeResult in DeviceIface.h
7 days ago Chris Freylib + gui: added Auto Select All checkbox to the backup GUI
8 days ago Chris Freytools: added some optional bools in btarcmp's App for...
8 days ago Chris Freytools: added list of field names to btarcmp -S output
8 days ago Chris Freylib: added some operator<() members to basic record...
...
heads
4 days ago master