You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ol...@apache.org on 2012/08/29 18:55:38 UTC

git commit: add note on using ide debugger with tomcat7:run

Updated Branches:
  refs/heads/master e756872c0 -> 6e421bc37


add note on using ide debugger with tomcat7:run


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6e421bc3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6e421bc3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6e421bc3

Branch: refs/heads/master
Commit: 6e421bc37a3c34c17452077af55d504fba8813db
Parents: e756872
Author: olivier lamy <ol...@apache.org>
Authored: Wed Aug 29 18:55:25 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Aug 29 18:55:25 2012 +0200

----------------------------------------------------------------------
 README.md |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6e421bc3/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 79980be..2ac663c 100644
--- a/README.md
+++ b/README.md
@@ -55,3 +55,4 @@ or add in your ~/.m2/settings.xml
   </pluginGroups>
 and save your fingers with mvn tomcat7:run -pl :cloud-client-ui -am -Pclient -Dnonoss
 
+If you want to use ide debug: replace mvn with mvnDebug and attach your ide debugger to port 8000