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

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 0372adc  Fix list rendering in blogpost on textual debugger in VS code 
and Eclipse
0372adc is described below

commit 0372adca9ffaceecd798a03f96212840565901a0
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Wed Feb 9 17:13:45 2022 +0100

    Fix list rendering in blogpost on textual debugger in VS code and
    Eclipse
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 content/blog/2022/02/camel-textual-debug-eclipse-vscode/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/blog/2022/02/camel-textual-debug-eclipse-vscode/index.md 
b/content/blog/2022/02/camel-textual-debug-eclipse-vscode/index.md
index c17bffd..f9d2433 100644
--- a/content/blog/2022/02/camel-textual-debug-eclipse-vscode/index.md
+++ b/content/blog/2022/02/camel-textual-debug-eclipse-vscode/index.md
@@ -15,6 +15,7 @@ The Camel Textual Route debugger is working locally. The 
debugger must be runnin
 ## Features
 
 The Camel Textual Route Debugger provides the following features:
+
 - Add and remove breakpoint.
 - Inspect variable values on suspended breakpoints. Notably `body` and 
`headers` but also several more advanced ones.
   ![Breakpoint suspended with variable values expanded to see body and 
headers](./breakpointWithVariableValues.png)

Reply via email to