Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] skip break point

Thanks for your suggestion but it doesn't work... in my debug configuration the path are ok, no index.php on the file/project, and debug works only if I check break at first line on breakpoint.

Other options in advanced and common tab?

Do you place dummy.php in your http://localhost/projectname/ ?

Thank you

Giosia

-----Messaggio originale-----
Da: pdt-dev-bounces@xxxxxxxxxxx [mailto:pdt-dev-bounces@xxxxxxxxxxx] Per conto di Adrian Ziolkowski
Inviato: giovedì, 20. settembre 2007 13:53
A: PDT Developers
Oggetto: Re: [pdt-dev] skip break point

Hi.

In reply to Your email 20 września 2007 (13:44:12) napisano:

> I downloaded today PDT 1.0, I use PHP 4.4.1 with ZendDebugger 5.2.10 on
> a remote linux server with apache2.
> I've configured the PDT on my local PC and I can debug step by step only
> if I check the flag at Break at First Line. If I don't check this option
> the debugger skip my break points and I don't know why...

> Where do i have to fix this? Thank you

I've had same issue. Make sure that in your debug configuration
"File/Project" and "URL" fields have correct values.

In my case it was
1. Incorrect:
File/Project: /projectname/index.php
URL: http://localhost/projectname/

2. Correct:
File/Project: /projectname/
URL: http://localhost/projectname/

-- 
Adrian Ziolkowski
Acquitec.pl

_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev

Il presente messaggio e i suoi eventuali allegati possono contenere dati o informazioni confidenziali o protette giuridicamente. Esso è destinato esclusivamente alle persone sopra indicate che sono le uniche autorizzate ad usarlo, copiarlo e, sotto la propria responsabilità, diffonderlo. Chiunque ricevesse questo messaggio (o una sua copia) per errore è pregato di rinviarlo immediatamente al mittente, eliminando definitivamente l’originale, senza distribuire, copiare, inoltrare o fare altrimenti uso dello stesso.


Back to the top