AboutDialog.debugInfo

string debugInfo() @property

Get debugInfo property.

Returns

The debug information.

Debug information will be shown on the Troubleshooting page. It's intended to be attached to issue reports when reporting issues against the application.

[adw.about_dialog.AboutDialog] provides a quick way to save debug information to a file. When saving, property@AboutDialog:debug-info-filename would be used as the suggested filename.

Debug information cannot contain markup or links.

void debugInfo(string propval) @property

Set debugInfo property.

Parameters

propvalThe debug information. Debug information will be shown on the Troubleshooting page. It's intended to be attached to issue reports when reporting issues against the application. [adw.about_dialog.AboutDialog] provides a quick way to save debug information to a file. When saving, property@AboutDialog:debug-info-filename would be used as the suggested filename. Debug information cannot contain markup or links.