NuSphere Forums Forum Index
NuSphere Forums


Wed Oct 12, 2016 8:44 am
Replies: 1
Views: 4438
Nusphere 17 build 17016.

Case:
1. Open "Find and Replace" dialog (I guess Ctrl+H or Ctrl+R but I may have set my own hotkeys).
2. Enter anything in "Text to find"
3. Tick on ...

Wed Oct 12, 2016 8:29 am
Replies: 20
Views: 9455
1;d=1,p=0 -- it's not entirely correct. Should be 1@ipaddresshere:porthere;d=1,p=0
What you have may work on local machine, but I can't imagine how debugger on VM1 or VM2 would find the IDE.
Do you ...

Tue Oct 04, 2016 8:15 am
Replies: 20
Views: 9455
Shouldn't I also create portforward of the default debugger port (7869) from VM1 to my host PC?

I tested the setup as you suggested - my VM1 script looks for the value $_COOKIE['DBGSESSID'] ...

Fri Sep 02, 2016 7:34 am
Replies: 20
Views: 9455
On my local PC I have Nusphere PhpEd installed and also I have two similar VirtualBox VMs with installed DBG plugin. Both VMs contain Apache with PHP Web applications.

I configured remote debuggin ...

Mon Dec 23, 2013 11:31 am
Replies: 1
Views: 2939
PhpEd has this code template, named datatovars:

while(list($var, $val)=each($row)) {
$$var=$val;
}


Correct me if I'm wrong, but isn't it the same as extra ...

Wed Oct 30, 2013 6:45 am
Replies: 4
Views: 3055
Wrapping each call has the primary downside that when another dev checkouts your code and suddenly gets a debug-stop it could be really annoying. )
And sometimes it's hard to use other methods (like ...

Fri Oct 18, 2013 7:24 am
Replies: 1
Views: 3135
Hi. I'm using Nusphere PHPEd 10 build 10044.

Tried to profile a script from browser using DBGbar Firefox addon but every time I get the message "Script XXX has finished but no profiler data co ...

Fri Oct 11, 2013 6:05 am
Replies: 2
Views: 3520
This is not exactly an answer to your question, but something that I use normally.

In Javascript you can use debugger; keyword instead of manually searching for the necessary line in Chrome tools. ...

Tue Sep 10, 2013 5:11 am
Replies: 4
Views: 3055
Hi.
In our project it had often happened that someone debugged the code on the local PC and then forgets to remove calls to debugbreak() when committing files to the repository and so we got problems ...
Page 1 of 1
All times are GMT - 5 Hours