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

benjobs pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0d51369  [Improve]Modify code debugging steps and optimize image 
captions (#309)
0d51369 is described below

commit 0d5136931844460006195678980e680e18c5aa91
Author: kkop <[email protected]>
AuthorDate: Mon Jan 1 21:03:10 2024 +0800

    [Improve]Modify code debugging steps and optimize image captions (#309)
    
    * Modify code debugging steps and optimize image captions
    
    * Remove spaces
---
 docs/user-guide/3-development.md                   |  10 ++++++----
 .../current/user-guide/3-development.md            |  11 +++++++----
 static/doc/image/streampark_debug_build.png        | Bin 0 -> 184388 bytes
 static/doc/image/streampark_debugging.png          | Bin 762321 -> 240274 bytes
 4 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/docs/user-guide/3-development.md b/docs/user-guide/3-development.md
index d397e39..c9efc44 100755
--- a/docs/user-guide/3-development.md
+++ b/docs/user-guide/3-development.md
@@ -75,10 +75,12 @@ Visit `http://localhost:10001/`, enter the username `admin` 
and the password `st
 
 ### Demonstrate Debugging Code
 
-Select the `Project` menu, and click on build.
+1.Start the project in debug mode in Idea
 
-![Streampark Project Build](/doc/image/streampark_project_build.png)
+2.Add breakpoints in the link/app/list of the Application Controller
 
-Debugging results:
+![Streampark Project Build](/doc/image/streampark_debug_build.png)
 
-![Streampark Debugging](/doc/image/streampark_debugging.png)
\ No newline at end of file
+3.Entering your account password to log in to streampark and selecting team 
will trigger a breakpoint
+
+![Streampark Project Build](/doc/image/streampark_debugging.png)
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/3-development.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/3-development.md
index 0694310..8dffa03 100755
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/3-development.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/3-development.md
@@ -74,11 +74,14 @@ pnpm serve
 ![Streampark Select Team](/doc/image/streampark_select_team.jpg)
 
 ### 演示调试代码
+1.在idea以debug模式启动项目
 
-选择`Project`菜单,点击build
+2.在ApplicationController的flink/app/list加入断点
 
-![Streampark Project Build](/doc/image/streampark_project_build.png)
+![Streampark Project Build](/doc/image/streampark_debug_build.png)
+
+3.输入帐号密码登陆streampark,选择team之后就会触犯断点
+
+![Streampark Project Build](/doc/image/streampark_debugging.png)
 
-调试效果
 
-![Streampark Debugging](/doc/image/streampark_debugging.png)
\ No newline at end of file
diff --git a/static/doc/image/streampark_debug_build.png 
b/static/doc/image/streampark_debug_build.png
new file mode 100644
index 0000000..7505e01
Binary files /dev/null and b/static/doc/image/streampark_debug_build.png differ
diff --git a/static/doc/image/streampark_debugging.png 
b/static/doc/image/streampark_debugging.png
index e95ed22..3ef8c34 100644
Binary files a/static/doc/image/streampark_debugging.png and 
b/static/doc/image/streampark_debugging.png differ

Reply via email to