2

When logged in with Administrator rights on Oracle WebCenter Content Server (formerly Oracle UCM which also was Stellent Content Server), a debug toolbar shows up on the bottom right corner. How can the Debug toolbar be enabled or disabled? Is there a configuration using which this can be controlled?

vk239
  • 1,014
  • 1
  • 12
  • 30
  • 1
    @George - I think this question is related to software development. The Debug toolbar in the question is useful for debugging **IdocScript** which is proprietary to this tool. And it is by default disabled. If a developer wants to develop new component for the Oracle Content Server, this debug tool will be useful. – vk239 Sep 05 '12 at 15:12

1 Answers1

2

according to this link, you probably have the IsPageDebug=1 parameter in your URL.

If that is not the case the option is probably set in the config.cfg file in your server, here is the Oracle documentation about it.

Hope this help!

jmr
  • 620
  • 5
  • 6
  • It works like charm. Adding &IsPageDebug=1 will enable the debug toolbar only for that page. If I click on a different page, it would show or not based on the default setting. But, the documentation you pointed me to mentions about controlling the overall setting - "You can also set the IsPageDebug variable in the config.cfg file if you want the setting to apply for the whole server." – vk239 Aug 29 '12 at 19:45
  • Also many thanks for sending a link to Kyle's blog. I remember going through his article on debugging, but had trouble finding this article. – vk239 Aug 29 '12 at 19:46