summaryrefslogtreecommitdiff
path: root/examples/apps/debugserver
AgeCommit message (Collapse)Author
2013-05-14debug server: updates uses clause to use fpGUI's dbugmsg unit.Graeme Geldenhuys
2013-04-29debugserver: Now support LiveView messages.Graeme Geldenhuys
LiveView messages don't appear in the normal log message window. Instead they appear in a separate non-scrolling grid where the previous values get replaced with the new values.
2013-04-27debugserver: LiveView frame now has a Grid property for easy access.Graeme Geldenhuys
2013-04-27debugserver: adds new Live View grid that will track values.Graeme Geldenhuys
The "live view" values are not added to the usual messages list. They are very handy for tracking short lived debug info like the position of a mouse cursor, position of a trackbar or scrollbar etc.
2013-04-19debug server: added a "expanded view" for the selected message.Graeme Geldenhuys
This means we can view multi-line items much easier.
2013-04-19debug server: now allows you to copy selected message to clipboardGraeme Geldenhuys
2013-04-05fpGUI Debug Server now defaults executable name to 'dbugsrv'.Graeme Geldenhuys
This means that if we use the dbugintf unit, that we could automatically launch the debug server (if it is in the system PATH) if it is not already running.
2013-03-12debugserver: minor improvementsGraeme Geldenhuys
- Changed menu title "File" to "Server". It is more meaningful. - Added a "Pause" menu item to the Server popup menu. Synced with the pause button on the toolbar. - Project file updated due to newer version of Lazarus IDE.
2010-09-21debug server: improved the look of the toolbarGraeme Geldenhuys
2010-08-02Debug Server: New sample application that works with FPC's dbugintf unit.Graeme Geldenhuys
A nice application that displays debug messages sent via applications. Very handy for debugging CGI applications too.