Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The debugger is also changed a bit so that getting variable values that displayed in the variables view in the debugger are get differently. All commands that are send between the debugger in the developer and the Client are now executed through multiply threads. This way they won't block each other. So please check in this release candidate how the debugger works, (stepping over, stepping out and monitor the variables view if that is updating correctly)

 

The file http plugin has some enhancements, now the async method on the request (get/put) can handle now many at the same time, we also added a close() method on the HttpClient that should be called if you are done with it. Servoy will auto close them when the solution is closed.

...