eclipse PDT & zend debugger debug multi frame [message #540857] |
Thu, 17 June 2010 13:50 |
No real name 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
|
|
|
Powered by
FUDForum. Page generated in 0.01960 seconds