Child pages
  • Starting (debug) Clients

Versions Compared

Key

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

...

Moreover, as you make changes to your application, Servoy will broadcast those changes into the debug clients (both smart and web), allowing you to see the changes real-time, test and debug without any need to restart the client.

Note
titleNote

Debugging browser applications is traditionally VERY 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.

...