Results 15 issues of javaduke

Current implementation of the debugger implies that the projects are Maven-based. We need to add support for other types of projects, Gradle-based, for example.

enhancement
debugger

Perhaps there should be a static class `CamelLanguages` with instances of all Camel core languages and additional languages such as DataSonnet.

enhancement
debugger

if I have, say, flowVars.myVar mapped in the DW script, how can I add it as a parameter for the run configuration?

When I'm trying to debug DataWeave scripts where output type is application/java, I get this error: Exception in thread "Thread-1" com.mulesoft.weave.module.InvalidTargetException: Unable to create Java writer out of java.io.FileOutputStream@7f1387eb at...

Optional hot deployment feature enhancement request.

enhancement

Currently the slowest feed rate I can select is .001 per rev. I'm wondering if there's a way to make it even slower? Is there any option in configuration or...

I have a PM-1130 lathe with separate lead screws and power feed bars. I configured the values in the `Configuration.h` as follows: ``` #define STEPPER_MICROSTEPS 6 #define STEPPER_RESOLUTION 1000 #define...

I'm thinking about making a custom carriage stop with a switch that will cut the servo power off when engaged by the carriage. This can essentially be a poor man's...

The Preview doesn't work if mapping contains Mule::lookup function calls. There should be a way to mock the response of Mule::lookup in the scenario.