Github user sjcorbett commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/195#discussion_r18206967
--- Diff: docs/dev/build/ide.md ---
@@ -82,14 +82,31 @@ If the pain starts to be too much, come find us on IRC
#brooklyncentral or [else
-## Intelli-J IDEA
-
-Many of our contributers prefer Intelli-J. However none of them have yet
volunteered any set-up tips.
-[Be the first!]({{site.url}}/dev/tips/update-docs.html)
+## IntelliJ IDEA
+To develop or debug Brooklyn in IntelliJ, you will need to ensure that the
Groovy, Grails and TestNG plugins are installed
+via the IntelliJ IDEA | Preferences | Plugins menu. Once installed, you
can open Brooklyn from the root folder,
+(e.g. ``~/myfiles/brooklyn``) which will automatically open the subprojects
## Netbeans
Tips from Netbeans users wanted!
+
+
+## Debugging Tips
+
+To debug Brooklyn, create a launch configuration which launches the
``BrooklynJavascriptGuiLauncher`` class. NOTE: You may
+need to add additional projects or folders to the classpath of the run
configuration (e.g. add the brooklyn-software-nosql
+project if you wish to deploy a MongoDBServer)
+
+To debug the js-gui (the brooklyn web console), you will need to build
brooklyn with -DskipOptimization to prevent the build from minifying the
javascript.
--- End diff --
Capitalise Brooklyn and change js-gui to jsgui.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---