You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2011/02/10 20:05:11 UTC

svn commit: r1069534 - in /karaf/branches/karaf-2.2.x/manual/src/main/webapp: _navigation.conf developers-guide/debugging.conf developers-guide/index.conf

Author: gnodet
Date: Thu Feb 10 19:05:11 2011
New Revision: 1069534

URL: http://svn.apache.org/viewvc?rev=1069534&view=rev
Log:
Improve manual

Modified:
    karaf/branches/karaf-2.2.x/manual/src/main/webapp/_navigation.conf
    karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/debugging.conf
    karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/index.conf

Modified: karaf/branches/karaf-2.2.x/manual/src/main/webapp/_navigation.conf
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/manual/src/main/webapp/_navigation.conf?rev=1069534&r1=1069533&r2=1069534&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/manual/src/main/webapp/_navigation.conf (original)
+++ karaf/branches/karaf-2.2.x/manual/src/main/webapp/_navigation.conf Thu Feb 10 19:05:11 2011
@@ -26,10 +26,10 @@ h3. [Developers Guide|/developers-guide/
 - [Extending the Console|/developers-guide/extending-console]
 - [Security Framework|/developers-guide/security-framework]
 - [Using the features-maven-plugin|/developers-guide/features-maven-plugin]
-- [writing-tests]
-- [debugging]
-- [creating-bundes]
+- [Troubleshooting, Debugging and Profiling|/developers-guide/debugging]
 - [Programmatically connect to the console|/developers-guide/connect-console]
-- [shell-syntax]
+- [Writing integration tests|writing-tests]
+- [Creating bundles|creating-bundes]
+- [Shell syntax|shell-syntax]
 
 h3. [Commands|/commands/commands]

Modified: karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/debugging.conf
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/debugging.conf?rev=1069534&r1=1069533&r2=1069534&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/debugging.conf (original)
+++ karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/debugging.conf Thu Feb 10 19:05:11 2011
@@ -31,7 +31,17 @@ You may also want to remove the files in
 h2. Debugging
 
 Usually, the easiest way to debug Karaf or any application deployed onto it is to use remote debugging.
-Remote debugging can be easily activated by setting the {{KARAF_DEBUG}} environment variable to {{TRUE}}.
+Remote debugging can be easily activated by using the {{debug}} parameter on the command line.
+
+{noformat}
+> bin/karaf debug
+{noformat
+or on Windows
+{noformat}
+> bin\karaf.bat debug
+{noformat
+
+Another option is to set the {{KARAF_DEBUG}} environment variable to {{TRUE}}.
 
 This can be done using the following command on Unix systems:
 {noformat}

Modified: karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/index.conf
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/index.conf?rev=1069534&r1=1069533&r2=1069534&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/index.conf (original)
+++ karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/index.conf Thu Feb 10 19:05:11 2011
@@ -4,8 +4,8 @@ h1. Developers Guide
 * [Extending the Console|extending-console]
 * [Security Framework|security-framework]
 * [Using the features-maven-plugin|features-maven-plugin]
-* [writing-tests]
-* [debugging]
-* [creating-bundes]
+* [Troubleshooting, Debugging and Profiling|debugging]
 * [Programmatically connect to the console|connect-console]
-* [shell-syntax]
\ No newline at end of file
+* [Writing integration tests|writing-tests]
+* [Creating bundles|creating-bundes]
+* [Shell syntax|shell-syntax]
\ No newline at end of file