Skip to content

A description of how to use firebug in Blackberry Playbook applications

Notifications You must be signed in to change notification settings

pnewhook/Playbook-Firebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Playbook Firebug

This is really just dirt simple way to add debugging to your Blackberry WebWorks apps.

Installation

Just add the hosted firebug-lite code to your head::

<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>

For some reason, you don't even need to do anything in to allow this in your config, but just to be safe you may want to add

  <access uri="http://getfirebug.com/" subdomains="true" />

About

A description of how to use firebug in Blackberry Playbook applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published