Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 7ddb8c678db74b1a5bb7359704644027 > files > 21

barry-devel-docs-0.18.3-1.fc16.noarch.rpm

.: Test to get traces :.
========================

1°) Scheme

  +-------+              +--------+         +------------+
  |       |              |        |         | BlackBerry |
  |  JDB  |== TCP / IP ==|  JDWP  |== USB ==|            |
  |       |              |        |         |   device   |
  +-------+              +--------+         +------------+

2°) Plug your BlackBerry device

3°) Install the BarryDemo application on your device (in using javaloader / bjavaloader)

4°) Run tcpdump on the local interface

5°) Run JDWP provided by RIM's tools (listen to port 8080)

6°) Run JDB :
  
  $ jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=8080

  $ jdb> resume

  $ jdb> exit