Age | Commit message (Collapse) | Author |
|
compiled apps.
|
|
|
|
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.
|
|
|
|
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.
|
|
This means we can view multi-line items much easier.
|
|
|
|
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.
|
|
- 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.
|
|
|
|
A nice application that displays debug messages sent via applications.
Very handy for debugging CGI applications too.
|