Child pages
  • Starting (debug) Clients
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

With Servoy it is possible to test (and debug!) your applications directly from the development environment. This includes both the Smart Client and the Web Client.

Moreover, as you make changes to your application, Servoy will broadcast those changes into the debug clients. This allows you to see the changes, test and debug without needing to restart the clients.

Debugging browser applications is traditionally VERY difficult because logic is asynchronously divided between the client and the server. However, because Servoy executes all of your business logic server-side, you can test and debug browser applications directly from the IDE.

  • No labels