NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Breakpoint markers no longer displayed
Veteran

Joined: 15 Nov 2003
Posts: 118
Reply with quote
Hi.

The red balls next to the line numbers are no longer marking where the break points are. I can see them in the breakpoints window, but not on the side of the source file. I cannot add a new breakpoint either.

Any ideas?
View user's profileFind all posts by joebSend private message
Veteran

Joined: 15 Nov 2003
Posts: 118
Reply with quote
Ahhhh- I see. The line i was trying to add a breakpoint to contained this:

<?php if( isset($subCats['parent']['ca_desc_short']) ) { ?>

So it wouldnt let me add the breakpoint (bug?)

Splitting the line up into this worked:

<?php
if( isset($subCats['parent']['ca_desc_short']) )
{
?>
View user's profileFind all posts by joebSend private message
Breakpoint markers no longer displayed
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