Debuging php files that have extension different from .php

Hi,
I am using MVC pattern for my CMS where my view files are .ctp but inside of them is regular php code. Is there a way to debug it like it's .php extension?

Currently i am using trial version of VS.php 2.3 for VS 2005 and when i open .ctp files php code is not blue, it's grey. I can attach with debuger to break point and go through code line by line, but i can't see any value of my vars.

Comments

    Check this

    Does not work with 2,4,2,4448 on VS2008

    Running trial (1st day), fresh install of Vs.Php 2,4,2,4448:

    The "Editor" drop-down list in VS2008 options does not include option "Vs.Php" (or anything with "PHP" in it).

    Has this option been moved?

    2.4.3.4467 (beta) fixed the issue

    Installed 2.4.3.4467 (found from beta download page). Vs.Php is now listed as an editor, so I can add extensions to it. Great!