Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » eclipse PDT & zend debugger debug multi frame
eclipse PDT & zend debugger debug multi frame [message #540857] Thu, 17 June 2010 13:50
No real name is currently offline No real nameFriend
Messages: 2
Registered: June 2010
Junior Member
Hi,

With eclipse PDT & zend debugger I have a problem when i use multi frame int he HTML like below :

<frameset framespacing="0" border="0" rows="95,*" frameborder="0">
<frame name="title" src="ist_titre.php" marginwidth="5" marginheight="5" scrolling="no" noresize>
<frameset framespacing="0" cols="160,*" frameborder="0">
<frame name="menu" src="ist_menu.php" marginwidth="0" marginheight="0" scrolling="auto" target="view">-->
<frame name="view" src="ist_connect.php?cnx=1" marginwidth="0" marginheight="0" target="_self" scrolling="auto" noresize>
</frameset>
<noframes>
<body>
<p>Cette page utilise des cadres, mais votre navigateur ne les prend pas en
charge.</p>
</body>
</noframes>
</frameset>

Firefox stops is waiting that the user select a frame ! In zend studio you can use a toolbar to select the frame. But i tried to install it and it's not working with eclipse PDT !

tks
Previous Topic:svn strange folder icon
Next Topic:Exported RCP tutorial crashes when run
Goto Forum:
  


Current Time: Tue Mar 19 11:39:11 GMT 2024

Powered by FUDForum. Page generated in 0.01669 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top