[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Debugging non *.php files

The extension was already added to the PHP file types.
Seems like the real problem was that the files were symbolic links.

Thanks anyway,
Pieter

Michael Spector wrote:

> Hi,
> 
> Please add this file extension in Preferences->General->Content Types to
> PHP file types.
> 
> "Pieter Van Isacker" <pieter.van.isacker@xxxxxxxxx> wrote in message
> news:gimf4o$g46$1@xxxxxxxxxxxxxxxxxxxx
>> Hi,
>>
>> How should one configure PDT 2 to stop at breakpoints that are not in
>> *.php files?
>> I added a breakpoint to a *.module file, but Eclipse doesn't stop at the
>> breakpoint?
>>
>> Thanks