jdump icon indicating copy to clipboard operation
jdump copied to clipboard

"No Dumped Variables Found"

Open ViktorIwan opened this issue 13 years ago • 6 comments

I must done something wrong because currently jDump always display "No dumped variables found.". It worked before in previous project.

i delete the com_dump component and dump.php&dump.xml in plugin/ system... reinstall new one... but still it always display "No dumped variables found"... even for this simple routine: $a="testing"; dump($a, "test var");

even using dumpMessage('test message'); it still return "No dumped variables found."

jdump plugin already on...

Any idea ?

ViktorIwan avatar Jun 07 '11 05:06 ViktorIwan

Are you sure the dump statement is actually being executed? Try adding a die(); in front of it to make sure.

mathiasverraes avatar Jun 07 '11 14:06 mathiasverraes

i'm tracing the problem right now.. when i create a simple "hello world" component.. it works... but when i use it on my frontpage, the problem start to appear... then i debug only my frontpage site.

The tracing process ends in weird condition, while the jdump sometimes work and sometime doesn't work... i think the problem is on resource usage (probaly memory usage, but when i run joomla's debug i only use less than 3MB of memory (the exact number is 3048408))... because when i set less active module.. jdump works again..

what do you think ? ever had this kind of experience ?

ViktorIwan avatar Jun 13 '11 06:06 ViktorIwan

I am experiencing a similar issue. Variables dump out normally in admin but always return "No dump variables" in the site components. Using Joomla 1.7 in FF 3.6, testing dumpMessage('In my component'); on component launch file.

I noticed also that while testing dumpMessage() in the site if you close the popup window for jDump it will not open again until the session cookies are cleared.

Is this possibly a caching issues? (tried clearing browser and Joomla cache)

exps1 avatar Aug 23 '11 12:08 exps1

I am having vary similar problems with J!Dump with Joomla 1.7. Is 1.7 supported? Which zip should I be downloading?

wuftymerguftyguff avatar Aug 24 '11 12:08 wuftymerguftyguff

Hi guys,

I haven't really worked with joomla for the past 8 months or so, so I haven't tested jdump with 1.7. I'd be happy to commit any decent quality patches or pull requests I get, but I can't really spend time on developing improvements myself at the moment.

thanks for understanding.

mathiasverraes avatar Aug 24 '11 13:08 mathiasverraes

will let you know if i make any progress.

wuftymerguftyguff avatar Aug 24 '11 13:08 wuftymerguftyguff