I never use step-through-debuggers :-) On Jan 21, 2014 10:58 PM, "vijay krishna" <[email protected]> wrote:
> Oh ok is there a secret flag that you use internally to make it work > synchronously ;-) just to validate the functionality. > > On Tuesday, January 21, 2014 11:31:06 AM UTC-8, √ wrote: >> >> Ok, I suspect that a step-through-debugger won't be super-duper helpful >> since the code-path very likely is async :) >> >> However, we have tests :) >> >> >> On Tue, Jan 21, 2014 at 7:21 PM, vijay krishna <[email protected]>wrote: >> >>> Thanks Viktor I will got through the documentation :-). Actually thats >>> promptly why I wanted to step thru a debugger to see what exactly happens >>> when tell() is called. >>> >>> >>> On Tuesday, January 21, 2014 8:49:56 AM UTC-8, √ wrote: >>> >>>> Hi Vijay, >>>> >>>> Sometimes code is worth a thousand words: >>>> >>>> https://github.com/akka/akka/blob/master/akka-actor/src/main >>>> /resources/reference.conf#L449 >>>> https://github.com/akka/akka/blob/master/akka-actor/src/main >>>> /scala/akka/serialization/Serializer.scala#L157 >>>> >>>> Cheers, >>>> √ >>>> >>>> >>>> On Tue, Jan 21, 2014 at 5:14 PM, vijay krishna >>>> <[email protected]>wrote: >>>> >>>>> Hey Viktor, >>>>> >>>>> Just for the sake of clarity, If I send a byte[], Akka wont call any >>>>> serializer and just send the message as is, but if its an Object then it >>>>> would call the serializer class and serialize the message before sending >>>>> it >>>>> right. >>>>> >>>>> Best >>>>> Vj >>>>> On Monday, January 20, 2014 3:37:32 PM UTC-8, √ wrote: >>>>> >>>>>> Hi Vijay, >>>>>> >>>>>> What seems to be the problem? >>>>>> >>>>>> Cheers, >>>>>> V >>>>>> On Jan 20, 2014 11:27 PM, "vijay krishna" <[email protected]> >>>>>> wrote: >>>>>> >>>>>>> Hello, >>>>>>> >>>>>>> I am trying to debug Akka code to see how the tell() function works. >>>>>>> Any recommendation on how I can do that? >>>>>>> >>>>>>> I am working with Java >>>>>>> >>>>>>> Thanks, >>>>>>> Vijay >>>>>>> >>>>>>> -- >>>>>>> >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>> >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>> >>>>>>>>>> Search the archives: https://groups.google.com/grou >>>>>>> p/akka-user >>>>>>> --- >>>>>>> You received this message because you are subscribed to the Google >>>>>>> Groups "Akka User List" group. >>>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>>> send an email to [email protected]. >>>>>>> To post to this group, send email to [email protected]. >>>>>>> >>>>>>> Visit this group at http://groups.google.com/group/akka-user. >>>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>>> >>>>>> -- >>>>> >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>> >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>> >>>>>>>>>> Search the archives: https://groups.google.com/grou >>>>> p/akka-user >>>>> --- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Akka User List" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To post to this group, send email to [email protected]. >>>>> Visit this group at http://groups.google.com/group/akka-user. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>> >>>> >>>> >>>> -- >>>> Cheers, >>>> √ >>>> >>>> * ——————— **Viktor Klang* >>>> *Chief Architect - **Typesafe <http://www.typesafe.com/>* >>>> >>>> Twitter: @viktorklang >>>> >>> -- >>> >>>>>>>>>> Read the docs: http://akka.io/docs/ >>> >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>> >>>>>>>>>> Search the archives: https://groups.google.com/ >>> group/akka-user >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Akka User List" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/akka-user. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> >> -- >> Cheers, >> √ >> >> * ——————— **Viktor Klang* >> *Chief Architect - **Typesafe <http://www.typesafe.com/>* >> >> Twitter: @viktorklang >> > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/groups/opt_out. > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
