Venky, You can get a lot out of our mock test framework when creating unit tests. >From your processor's perspective, this will be the same as running in an actual NiFi instance.
Also, you can attach a remote debugger by uncommenting the following line in conf/bootstrap.conf # Enable Remote Debugging java.arg.debug=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 The suspend parameter will tell the JVM to suspend starting up until the remote debugger is attached. This is helpful for debugging initialization logic that may fire before your able to attach. Let us know if you have any other questions! Matt On Thu, Oct 15, 2015 at 3:26 PM, Venkatesh Sellappa <[email protected]> wrote: > Devs, > > Firstly, I wanted to commend the fantastic product and the great > documentation on the website. > The Contributor's guide and the User Guide is especially good. > > I have been going through the code and trying to see if i can contribute on > some of the newbie, beginner Jiras. > > As part of doing this, i ran into one particular blind spot : > > Is there a way to debug/run the individual components of the project in an > IDE ? This was not immediately obvious from the documentation. > > What's the best place to look for this ? > > Venky. > > > > > > -- > View this message in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/Newbie-Dev-Contribution-Questions-tp3118.html > Sent from the Apache NiFi Developer List mailing list archive at > Nabble.com. >
