Re: Setup for debugging Kafka in eclipse

2015-12-14 Thread Vahid S Hashemian
Never mind. I was able to config my IDE so I can run/debug commands in there. Thanks. --Vahid From: Vahid S Hashemian/Silicon Valley/IBM@IBMUS To: dev@kafka.apache.org Date: 12/14/2015 01:12 PM Subject:Re: Setup for debugging Kafka in eclipse Thanks Gwen. Would you mind

Re: Setup for debugging Kafka in eclipse

2015-12-14 Thread Vahid S Hashemian
Thanks Gwen. Would you mind sharing how you configure your "Run Configuration" in Intellij to run/debug the code? I also looked at this page but couldn't figure out the missing details: http://markmail.org/message/6fgdqfu6k7upswoz Thanks. --Vahid

Re: Setup for debugging Kafka in eclipse

2015-12-11 Thread Vahid S Hashemian
:Setup for debugging Kafka in eclipse Hi all, I'm new to both Kafka and Scala and would like to setup my eclipse IDE to run Kafka in debug mode so I can better trace the execution of various commands to better understand how they are implemented. I set up my dev environment using

Re: Setup for debugging Kafka in eclipse

2015-12-11 Thread Gwen Shapira
please share what you think is a convenient way of > debugging the code? > > Thanks. > --Vahid > > > > > From: Vahid S Hashemian/Silicon Valley/IBM@IBMUS > To: dev@kafka.apache.org > Date: 12/09/2015 12:25 PM > Subject:Setup for debugging Kafka in e

Setup for debugging Kafka in eclipse

2015-12-09 Thread Vahid S Hashemian
Hi all, I'm new to both Kafka and Scala and would like to setup my eclipse IDE to run Kafka in debug mode so I can better trace the execution of various commands to better understand how they are implemented. I set up my dev environment using the instructions at