You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/05/03 15:22:35 UTC

[GitHub] [camel-website] orpiske commented on a diff in pull request #839: New release vs code debug adapter0.2.0

orpiske commented on code in PR #839:
URL: https://github.com/apache/camel-website/pull/839#discussion_r863896979


##########
content/blog/2022/05/vscode-extension-release-debug-0.2.0/index.md:
##########
@@ -0,0 +1,43 @@
+---
+title: "New release of VS Code Debug Adapter for Apache Camel 0.2.0"
+date: 2022-05-04
+authors: [apupier]
+categories: ["Tooling", "Releases"]
+preview: "New release of VS Code Debug Adapter for Apache Camel 0.2.0. Improve guidance and provide a JBang-based command."
+---
+
+Textual debug for Camel routes allows to set breakpoints at Route definition.
+
+The new release of [VS Code Debug Adapter for Apache Camel](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-debug-adapter-apache-camel) 0.2.0 improves guidance to start the debug session and provide a JBang-based command to start Camel application and attach Camel Textual debugger in a single action.
+
+# Command to start with Jbang and Camel debug
+
+The command `Start camel Application with JBang and debug` allows a straightforward "start and debug" with a single action for simple cases. It assumes that [Jbang is available on command-line](https://www.jbang.dev/documentation/guide/latest/installation.html).
+
+![Single command to start with Jbang and connect Camel debugger](./singleClickCamelDebugWithJBangWithoutVSCodeConfiguration.gif)
+
+You can also see it in action in [this video](https://youtu.be/IGoq3JmAN8g).
+
+# Requirements message reminder on error
+
+There are several requirements to leverage the Debugger functionalities. In case, the debug adapter for Camel is not able to connect to the launched Camel application, an errro messaeg is now displayed in Debug console. It provides the exception message and it reminds the various requirements.
+
+![When the connection of the debug adapter is in error, it provides error message with requirements reminder in Debug console](./errorMessageOnConnectionFailure.gif)
+
+# Completion for task and launch configurations
+
+Previously, I published a [blogpost](/blog/2022/04/start-camel-application-with-camel-textual-debug-in-vscode/) on how to configure tasks and launch configurations. New snippets are available on completion. They are provided to guide on the configuration of these tasks and launch configurations. it covers launch with `JBang` and `Maven`.

Review Comment:
   Typo: "it" instead of "It". 



##########
content/blog/2022/05/vscode-extension-release-debug-0.2.0/index.md:
##########
@@ -0,0 +1,43 @@
+---
+title: "New release of VS Code Debug Adapter for Apache Camel 0.2.0"
+date: 2022-05-04
+authors: [apupier]
+categories: ["Tooling", "Releases"]
+preview: "New release of VS Code Debug Adapter for Apache Camel 0.2.0. Improve guidance and provide a JBang-based command."
+---
+
+Textual debug for Camel routes allows to set breakpoints at Route definition.
+
+The new release of [VS Code Debug Adapter for Apache Camel](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-debug-adapter-apache-camel) 0.2.0 improves guidance to start the debug session and provide a JBang-based command to start Camel application and attach Camel Textual debugger in a single action.
+
+# Command to start with Jbang and Camel debug
+
+The command `Start camel Application with JBang and debug` allows a straightforward "start and debug" with a single action for simple cases. It assumes that [Jbang is available on command-line](https://www.jbang.dev/documentation/guide/latest/installation.html).
+
+![Single command to start with Jbang and connect Camel debugger](./singleClickCamelDebugWithJBangWithoutVSCodeConfiguration.gif)
+
+You can also see it in action in [this video](https://youtu.be/IGoq3JmAN8g).
+
+# Requirements message reminder on error
+
+There are several requirements to leverage the Debugger functionalities. In case, the debug adapter for Camel is not able to connect to the launched Camel application, an errro messaeg is now displayed in Debug console. It provides the exception message and it reminds the various requirements.

Review Comment:
   There's a typo. I believe you meant `error message` instead of `errro messaeg`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org