Hi there

pimmel

New member
XNullUser
Joined
Aug 19, 2021
Messages
3
Reaction score
0
Points
1
NullCash
3
Hi,

I'm new to all the stuff here and wanted to know how all of this works...

Can you recommend some php debuggers? Or is there even a way to debug scripts and null them (if they are provided by GPL)?

Thanks for your help!
 

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,542
Reaction score
1,536
Points
113
NullCash
4,201
Hi,

I'm new to all the stuff here and wanted to know how all of this works...

Can you recommend some php debuggers? Or is there even a way to debug scripts and null them (if they are provided by GPL)?

Thanks for your help!
PhpStorm - best PHP IDE has debugger method.
For your understanding. Debugger in PHP not traditional debugger such JS, JAVA, C++, Assembler, SoftIce for windows, and other.
Usually for null PHP soft debugger no need :)
 
Top