Mon Nov 13, 2006 3:49 am |
Replies: 2 |
Views: 6636 |
|
 |
yeah! It works.
So easy but not intuitive...it should be a good idea to make it a FAQ.
Thanks.
|
Sun Nov 12, 2006 10:43 am |
Replies: 2 |
Views: 6636 |
|
 |
Hi,
even if i check "auto save workspace" in IDE settings, every time I restart PhpED, my workspace and all the settings are lost (no toolbars, workspace=newworkspace, all debug windows in ...
|
Sun Aug 27, 2006 10:41 am |
Replies: 1 |
Views: 5663 |
|
 |
Is it possible to full install phped on a USB key?
|
Tue Aug 01, 2006 10:42 am |
Replies: 1 |
Views: 5499 |
|
 |
Hi, I've changed my PC, and I installed my phped 4.6 standard on the new laptop.
When I try to create a new project, I receive a error message.
If I use the local webserver, the error message is:
...
|
Thu Mar 02, 2006 1:52 pm |
Replies: 2 |
Views: 6422 |
|
 |
I solved with this:
if (function_exists ("DebugBreak")) {
global $DBGSESSID;
$DBGSESSID = "1@clienthost:7869";
DebugBreak ();
...
|
Thu Mar 02, 2006 9:01 am |
Replies: 2 |
Views: 6422 |
|
 |
I've a quite complex CMS php site to debug, and I did a project for this.
When the script get the output, the debug session stops.
At this point I should continue my debug keeping in the memory some ...
|
Mon Jul 04, 2005 4:47 am |
Replies: 1 |
Views: 6127 |
|
 |
hi,
I'm evaluating PHPED, and I have a question:
working in PHP it's common to forget the semicolon at the end of the line.
Is there any way to automatize the insertion of semicolon when I push t ...
|