Debug KRL Event Web Domain
Using the Firebug Net tab is really great for receiving responses to events while working in a web domain. You can filter by type, view the event URL and response from the Kynetx server.
Firebug Net tab showing all resources loaded on stackoverflow.com:

Filtering the Firebug Net tab with a JavaScript resource:

Firebug Net tab, showing page view event request parameters raised to the Kynetx server using the bookmarklet:

You can also see the response in which the server logs will be logged if logging is enabled in your application.
source share