NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Avoid step into code that is not in the current project


Joined: 21 Oct 2004
Posts: 81
Location: UK
Reply with quote
Is there any way to make Step-Into never step into files that aren't in the current project? In other words, to make sure I never end up debugging the Zend Framework, or Smarty, or something like that? 99% of the time the bug isn't in them but I sometimes forget, sometimes don't know that a particular method is something out of the current project.
View user's profileFind all posts by QuboidSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
It's rather interesting idea, but I don't agree that debugger shouldn't step "beyound" the project.
First of all, Frameworks and libraries are in the project in most (if not all) cases. If you want to get Code Insight for their classes/methods/functions etc, you have to add them into the project. 2nd problem is that the debugger has no knowledge about projects at all and adding this wouldn't be helpful for the cases when debugger is started for example from the IE toolbar.
I'll check what we can do in this direction.
Meanwhile, as a possible solution you may want to encode the files with debug info turned off. In this case debugger won't step into these files.

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


Joined: 21 Oct 2004
Posts: 81
Location: UK
Reply with quote
The libraries are included in the project property code insight includes, but the actual code isn't in the project root.

The code inside include is D:\Server\PHP5\includes, which had Smarty, PEAR and such like in it.
View user's profileFind all posts by QuboidSend private message
Avoid step into code that is not in the current project
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