vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   A proposal for a tool to debug pluggins (https://vborg.vbsupport.ru/showthread.php?t=147026)

bchertov 05-11-2007 08:47 PM

A proposal for a tool to debug pluggins
 
Hi Folks,

I have found it a real pain to debug pluggins. I use a debugger (PHP ED, which I highly recommend!) which allows me to step through the code with breakpoints, tooltip variable evaluation, and lots of great things! Programming without is like flying blind. Which is what it feels like when I'm working with Pluggin code since its eval'ed and can't be stepped through.

What I'd like to see (but don't want to write at the moment because I'm not fully up to speed in PHP yet) is a pluggin to the pluggin system that when a switch is set ('debugpluggin') writes the pluggin code to a file and then calls the file . It would then send a false back to the hook call to defeat the eval call. I imagine the same file name could be re-used each time.

They guy/gal who develops this handy tool would be a hero in my book and many other VB developers out there!

Thanks for your consideration!
Barry

XXP 11-21-2007 07:18 PM

Hi Barry,

This is working for me on our test server. I (temporarily) insert my plugin code inline into the vB code. That way it runs inline through the debugger and can be trapped and stepped as much as I want.

Usually I comment out the hook call completely for this, but imagine that it would do just as we to make sure that your plugin just isn't installed or is disabled so that you don't have another copy of it firing in the hook eval.

Hope this is helpful.

Regards,
-- Mike

bchertov 11-22-2007 05:20 PM

Quote:

Originally Posted by XXP (Post 1387109)
Hi Barry,

This is working for me on our test server. I (temporarily) insert my plugin code inline into the vB code. That way it runs inline through the debugger and can be trapped and stepped as much as I want.

Usually I comment out the hook call completely for this, but imagine that it would do just as we to make sure that your plugin just isn't installed or is disabled so that you don't have another copy of it firing in the hook eval.

Hope this is helpful.

Regards,
-- Mike

Thanks, Mike. I finally developed what I wanted and works like a charm! I'll be posting it here in the next week or two when I get a moment.


All times are GMT. The time now is 10:38 PM.

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.00948 seconds
  • Memory Usage 1,713KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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