Re: [akka-user] Re: [akka-streams] Debug of custom stream processing logic

2016-10-11 Thread Viktor Klang
happy hakking! :) On Tue, Oct 11, 2016 at 11:19 AM, Sergey Sopin wrote: > Yep, thanks! > > -- > >> Read the docs: http://akka.io/docs/ > >> Check the FAQ: http://doc.akka.io/docs/akka/ > current/additional/faq.html > >> Search the archives:

Re: [akka-user] Re: [akka-streams] Debug of custom stream processing logic

2016-10-11 Thread Sergey Sopin
Yep, thanks! -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are

Re: [akka-user] Re: [akka-streams] Debug of custom stream processing logic

2016-10-11 Thread Sergey Sopin
It may work, however it will not give me full picture of what is going on. Thanks. -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives:

Re: [akka-user] Re: [akka-streams] Debug of custom stream processing logic

2016-10-11 Thread Sergey Sopin
I agree, but I need to understand that this logic is being called. I do not need to debug whole flow, I need only one function inside one shape. -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >>

Re: [akka-user] Re: [akka-streams] Debug of custom stream processing logic

2016-10-11 Thread Viktor Klang
Akka Streams are executed concurrently. I'm not sure breakpoints make much sense in this case. On Tue, Oct 11, 2016 at 10:16 AM, Sergey Sopin wrote: > Hi, > > The question is still valid :) > > Thanks. > > -- > >> Read the docs: http://akka.io/docs/ > >>

[akka-user] Re: [akka-streams] Debug of custom stream processing logic

2016-10-11 Thread Sergey Sopin
Hi, The question is still valid :) Thanks. -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives: https://groups.google.com/group/akka-user --- You received