[xdebug-general] Avoid debugging on one different script on same session

From: Francisco M. Marzoa Alonso <francisco[@]marzoa.com>
Date: Tue, 28 Apr 2009 09:56:35 +0200

Greetings,

The subject is a bit weird, that's because my english is very bad. I'll
try to explain the problem so you'll understand soon what's the problem:

I've a PHP web site in which there's a script called "cacher.php" that
has the mission of caching remote images from other web pages to be
showed when those remote pages are unavailable for some issue. So images
on my site's pages are generated with the following URLs for images:

<img src="/cacher.php?url=http://original/source/of/the/image" />

Instead of:

<img src="http://original/source/of/the/image" />

The problem is that when I'm debugging one of my site's pages, when the
first image on it is loaded, the debugger jumps to cacher.php forgetting
the page I was actually debugging.

So, is there anyway to say xdebug that it should ignore cacher.php or
something that may help with this?

Thanks a million in advance,
Received on Tue Apr 28 2009 - 10:04:19 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST