Search

24.8. Debugging

download PDF
To help you track down bugs, you can enable a debug mode, which displays the contents of all packets sent between client and server in a pop-up window. To enable debug mode, either execute the setDebug() method in JavaScript, like so:
Seam.Remoting.setDebug(true);
Or configure it in components.xml:
<remoting:remoting debug="true"/>
To turn off debug mode, call setDebug(false). If you want to write your own messages to the debug log, call Seam.Remoting.log(message).
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.