vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How to use debug mode (https://vborg.vbsupport.ru/showthread.php?t=212386)

nickh 04-28-2009 08:48 PM

How to use debug mode
 
G'day folks. I'm writing my first plugin/product, and am trying to figure out how to use vBulletin's "debug mode".

After enabling it, the only things I see are:
1) A tiny bit of database output at the bottom of each admin page;
2) A table of debug information at the bottom of each public page.

How does one get debug messages to be displayed somewhere on vBulletin pages, or should I simply write those debug messages to a file?

Thanks,
Nick

Dismounted 04-29-2009 07:01 AM

What are you trying to achieve with debug mode?

nickh 04-29-2009 12:27 PM

I'd like to display custom debug messages.

What is debug mode for?

How is debug mode meant to be used?

Lynne 04-29-2009 01:57 PM

You can add your own debug info into the page, but you don't need debug mode to be on for it. The vb debug mode is for debugging the vb system - it will show you all the plugins, templates, phrases, and hooks used on each page (and other stuff) and all the queries that are made for that page. You can add some stuff into the dropdown (I think) by typing this into your php code:
PHP Code:

DEVDEBUG('  Your message here'); 


nickh 04-29-2009 07:47 PM

Thanks, Lynne. That was easy.


All times are GMT. The time now is 01:37 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00964 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete