aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.4/packages/development-mode/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/addon-sdk-1.4/packages/development-mode/README.md')
-rw-r--r--tools/addon-sdk-1.4/packages/development-mode/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/addon-sdk-1.4/packages/development-mode/README.md b/tools/addon-sdk-1.4/packages/development-mode/README.md
new file mode 100644
index 0000000..af674d1
--- /dev/null
+++ b/tools/addon-sdk-1.4/packages/development-mode/README.md
@@ -0,0 +1,8 @@
+This package contains a program that pings a local server for
+information about other programs to run. If the same program
+is requested more than once, it is first unloaded before being run
+again. This can be very useful for developing add-ons without
+having to restart the parent application.
+
+In the future, functionality will be added that allows developers to
+debug and profile their programs' behavior.