Child pages
  • Starting (debug) Clients

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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. This is because when Servoy Developer is started, a local instance of the Application Server is also started in the background. It allows two client connections - one for each Smart and Web

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

Note

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.

Launching the Debug Smart Client

To launch the active solution in the Debug Smart Client, select the menu Actions > Start SmartClient. Image Added
Or simply click the Start SmartClient button from the tool bar. Image Added

Launching the Debug Web Client

To launch the active solution in the Debug Web Client, select the menu Actions > Start WebClient. Image Added
Or simply click the Start WebClient button from the tool bar. Image Added