NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Set a breakpoint anywhere


Joined: 19 Mar 2005
Posts: 7
Reply with quote
I've been using PhpED for many years now and a recent update has changed things slightly for the worse. If I remember rightly you could set a breakpoint at any location, this wouldn't necessarily mean the debugger would stop there.

Now in a recent version update your only able to set a breakpoint at a vaild PHP code location.

This is fine normally but lines like:

Code:
<td><b><?php echo $name; ?></b></font></td>


cause problems as you have to move the php code to a new line to set a breakpoint. So it ends up like this:

Code:
<td><b><?php
echo $name; ?></b></font></td>


Is there anyway to revert back to the "set a breakpoint anywhere" function.

Thanks

Neil Westlake
View user's profileFind all posts by Neil WestlakeSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Dear Neil,
you only need to put cursor somewhere between <?php and ?> and press F5 to set breakpoint.

Let know if there is any problem remains Smile

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 19 Mar 2005
Posts: 7
Reply with quote
Perfect, thanks dmitri.
View user's profileFind all posts by Neil WestlakeSend private message
Set a breakpoint anywhere
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic