6.3.0

23 June 2022


Show default debug values

In debug mode, Linx provides default values for all parameters and displays these in the Debug Values pane. However for type string, object and list only a tooltip saying 'Debug value' was shown. This left the user guessing as to what the real default value was, e.g. for a string type would it be null or empty string? This has been improved to now display the default value as a tooltip instead (as seen in the image below).

Debug Values

Use CTRL + 0 to set debug values to null

CTRL + 0 is a shortcut key in the Designer which sets the value of a property to null. This has now been extended to the Debug Values pane of Debug and can be used to set parameter values to null.


Indicate the debugged item in the Solution Explorer

The name of the function, service or event is now changed to be bold when it is being debugged.

Debug item in bold

Various other GUI fixes, bugs and enhancements

  • Make bold the name of the function, service or event when it is debugged

  • Improved wording on Server Solution Upload

  • Changed default plugin display order

  • The Linx Designer no longer loses focus when long running property changes are encountered

  • Fix bug where the Function Result Editor did not react to the first click on the Type dropdown

  • Fix bug where TypeOptionControl did not display plugins types

  • Fix bug in Boolean validations displaying an internal reference to the user

Last updated