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 14:17:29 UTC

[GitHub] [camel-website] apupier opened a new pull request, #839: New release vs code debug adapter0.2.0

apupier opened a new pull request, #839:
URL: https://github.com/apache/camel-website/pull/839

   easier to review and merge https://github.com/apache/camel-website/pull/838 before


-- 
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


[GitHub] [camel-website] github-actions[bot] commented on pull request #839: New release vs code debug adapter0.2.0

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #839:
URL: https://github.com/apache/camel-website/pull/839#issuecomment-1116230904

   🚀 Preview is available at https://pr-839--camel.netlify.app


-- 
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


[GitHub] [camel-website] github-actions[bot] commented on pull request #839: New release vs code debug adapter0.2.0

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #839:
URL: https://github.com/apache/camel-website/pull/839#issuecomment-1116297813

   🚀 Preview is available at https://pr-839--camel.netlify.app


-- 
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


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

Posted by GitBox <gi...@apache.org>.
davsclaus commented on PR #839:
URL: https://github.com/apache/camel-website/pull/839#issuecomment-1117105113

   No, its okay we can squash and merge


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
apupier commented on PR #839:
URL: https://github.com/apache/camel-website/pull/839#issuecomment-1117097670

   Thanks for the reviews.
   The https://github.com/apache/camel-website/pull/838 was already merged.
   Do you want to merge right away or do you want me to rebase my PR first?


-- 
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


[GitHub] [camel-website] davsclaus merged pull request #839: New release vs code debug adapter0.2.0

Posted by GitBox <gi...@apache.org>.
davsclaus merged PR #839:
URL: https://github.com/apache/camel-website/pull/839


-- 
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