Re: [akka-user] Re: How to debug the code in Future?

2015-07-20 Thread Konrad Malawski
Breakpoints should just work; remember that they're line-by-line based; you may need to split stuff into lines. --  Cheers, Konrad 'ktoso’ Malawski Akka @ Typesafe On 20 July 2015 at 22:59:01, Maatary Okouya (maatarioko...@gmail.com) wrote: The code i am trying to debug look as such:  def

[akka-user] Re: How to debug the code in Future?

2015-07-20 Thread Maatary Okouya
The code i am trying to debug look as such: def filterResultsWithExtractionSettings(conceptResults: ConceptResults): ConceptResults = { import system.dispatcher val mylist: Iterable[Future[List[Concept]]] = for (fieldSettings - fieldSettingsList if fieldSettings.maxConceptsExtraction

[akka-user] Re: How to debug the code in Future?

2015-07-20 Thread Maatary Okouya
I am running from within Scalatest. On Monday, July 20, 2015 at 4:49:08 PM UTC-4, Maatary Okouya wrote: Hi, I am actually using Intellij. I tried to put breakpoint in a future but i get error: java.lang.IllegalAccessError: tried to access field