NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Debugger stops on the 1st line


Joined: 03 Feb 2009
Posts: 10
Reply with quote
A friend recommended that I give PHPed a try so today I did. I am happy to announce that out of all of the debugger/ide combination's that I have played with that this is the only one that both ran the debugger and didn't crash.

I am trying to debug some code in SugarCRM. So I set a breakpoint and run the code.
The problem is that every file in sugar has this at the top: if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
which pasues the debugger causing me to click the jump out button every few seconds. While doing this I never seem to catch the breakpoint.

Is there a way around having to do this for the entry point check declaration?
View user's profileFind all posts by spyroSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
You can easily turn this off by unchecking "Stop on the 1st line after run" in Tools->Settings->Run & Debug
Regarding breakpoints, please run Project Settings Wizard and check the project properties with it.

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


Joined: 03 Feb 2009
Posts: 10
Reply with quote
Thanks, that is exactly what I was looking for.
View user's profileFind all posts by spyroSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
you're welcome

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Debugger stops on the 1st line
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