# 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).

<div align="left"><figure><img src="https://3338214469-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1nxDeDH8GVCXb0XelqGm%2Fuploads%2Fgit-blob-74dd2acef0d763a817a0907694f09c3d7217d78b%2F6_3_0_debug-values.png?alt=media" alt="Debug Values"><figcaption></figcaption></figure></div>

***

### 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.

<div align="left"><figure><img src="https://3338214469-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1nxDeDH8GVCXb0XelqGm%2Fuploads%2Fgit-blob-b7b689c479ac3ed8569402c7309936d266c24cf7%2F6_3_0_debug-item-in-bold.png?alt=media" alt="Debug item in bold"><figcaption></figcaption></figure></div>

***

### 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
