You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/01/26 08:23:15 UTC

[hop] branch master updated: HOP-3703 Improve the setup-dev-environment doc

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 35343f1  HOP-3703 Improve the setup-dev-environment doc
     new b86cd4b  Merge pull request #1292 from gvdutra/HOP-3703
35343f1 is described below

commit 35343f14afc9b4b4e87340055b0e73c92fe62f3d
Author: Gabriel Dutra <gv...@gmail.com>
AuthorDate: Tue Jan 25 23:48:46 2022 -0800

    HOP-3703 Improve the setup-dev-environment doc
---
 .../modules/ROOT/pages/setup-dev-environment.adoc              | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/hop-dev-manual/modules/ROOT/pages/setup-dev-environment.adoc b/docs/hop-dev-manual/modules/ROOT/pages/setup-dev-environment.adoc
index e876818..1f76631 100644
--- a/docs/hop-dev-manual/modules/ROOT/pages/setup-dev-environment.adoc
+++ b/docs/hop-dev-manual/modules/ROOT/pages/setup-dev-environment.adoc
@@ -142,7 +142,7 @@ After a successful build, the Hop UI can be started.
 
 On Windows, run `hop-gui.bat`, on Mac and Linux, run `hop-gui.sh`
 
-== Debugging
+== Debugging on linux
 
 To debug the Hop GUI or a long running pipeline or workflow you can change the launch scripts and uncomment the line with the 5005 port in it:
 
@@ -153,7 +153,13 @@ To debug the Hop GUI or a long running pipeline or workflow you can change the l
 HOP_OPTIONS="${HOP_OPTIONS} -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
 ----
 
-In IntelliJ you can now start a remote debugging session using the menu:
+== Debugging on Windows
+
+To debug the Hop GUI you should run `hop-gui.bat DEBUG` passing DEBUG as parameter
+
+== Attach debug process on IntelliJ
+
+On IntelliJ you can now start a remote debugging session using the menu:
 
 **Run -- Attach to process...
 **