Changes between Version 9 and Version 10 of BB10


Ignore:
Timestamp:
Dec 28, 2012, 8:40:33 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BB10

    v9 v10  
    3434}}}
    3535
     36=== Debugging ===
     37Applications are started in a sandbox with some pmeade folder structure. The log folder in the sandbox contains stdout for the program.
     38
     39'''Checking out the log'''
     40
     41(The path seems to partially random-generated, so don't forget to change it to the path corresponding to you application).
     42{{{
     43cd /accounts/1000/appdata/ca.microcode.bbpy.HelloWorld.testDev__HelloWorld7b0107f8/
     44$ ls
     45app       data      db        logs      pps       shared    tmp
     46}}}
     47The ''logs'' folder contains the logs.
     48
    3649=== Helpful commands ===
    3750