Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

machaval/mule-remote-debugger

Open more actions menu

Repository files navigation

Documentation

Installation

Mule Studio

  • Download the mule-debugger-runtime-1.0-SNAPSHOT.zip from the downloads and install it as un update site.

Stand alone eclipse

  • Download the mule-debugger-runtime-1.0-SNAPSHOT.zip from the downloads and install it as un update site.
  • Download mule-devkit-annotations-3.3-SNAPSHOT.jar and mule-debugger-runtime-1.0-SNAPSHOT.jar and add them to the mule runtime path

Configuration Properties

Type Name Value Desc
xs:string name Optional. Give a name to this configuration so it can be later referenced
xs:int portNumber 6666 Optional. The debugger port, by default is 6666
xs:boolean suspend false Optional. If true the debugger will wait till some clients connects

Example

 <mule xmlns="http://www.mulesoft.org/schema/mule/core"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns:spring="http://www.springframework.org/schema/beans"
      xmlns:debugger="http://www.mulesoft.org/schema/mule/debugger"
      xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
        http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
        http://www.mulesoft.org/schema/mule/debugger http://www.mulesoft.org/schema/mule/debugger/current/mule-debugger.xsd">

    <debugger:config name="config"/>

    <flow name="testFlow">
        <debugger:breakpoint/>
    </flow>

 </mule>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.