NuSphere Forums Forum Index
NuSphere Forums


Sat Jan 26, 2008 4:21 am
Replies: 7
Views: 5005
If you set a breakpoint on a non executable line (like on a function definition) it will be moved to the first line that can be executed. So make sure that you set it on an actual piece of code, not o ...

Sat Jan 26, 2008 4:02 am
Replies: 7
Views: 5005
If you have the "stop on the 1st line enabled" (which it is by default), start a debug session as normal (F9 or the play button with the D on).
You'll see blue dots in front of the lines th ...

Fri Jan 25, 2008 12:06 am
Replies: 7
Views: 5005
Did you start debugging from that file? If you haven't specified a default file to run in the project properties it will attempt to execute the file that is currently opened (& selected)
As you d ...

Thu Jan 24, 2008 7:52 am
Replies: 7
Views: 5005
Hi,

I just installed PhpEd and tried to debug my CodeIgniter application. I opened one of my Blog.php controller class and hit F9. The debugger then pops up the following error message:

Error:E_ ...

Sun Nov 18, 2007 6:08 pm
Replies: 4
Views: 4141
true, they are language constructs, not functions. But in previous versions (ie before b513) they showed up in Code completion. same thing for array(). It used to show up in code completion, but no ...

Sun Nov 18, 2007 6:37 am
Replies: 4
Views: 4141
I'm not sure if this answers your question but echo and print are not functions. They are "language construts" according to the PHP manual. Also they are so simple that having CodeInsight ...

Sun Nov 18, 2007 2:06 am
Replies: 4
Views: 4141
Hi,

This is the first time I'm trying PhpEd and it seems promising but I'm facing some problems.

1. CodeInsight/Code Completion doesn't pop-up when I type functions like 'echo' or 'print'.
2. H ...
Page 1 of 1
All times are GMT - 5 Hours