ray
python-devtools
Our great sponsors
ray | python-devtools | |
---|---|---|
14 | 5 | |
481 | 659 | |
2.7% | - | |
7.5 | 6.5 | |
16 days ago | about 1 month ago | |
PHP | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ray
-
How do I get xDebug to chill on remote?
Similar but not free: https://myray.app
- I hate PHP development
- What’s your typical list of paid software and services you use as a Laravel developer?
-
Using `dd` and `dump` in any PHP file on your system
Here is link number 1 - Previous text "Ray"
I hope installing spatie/global-ray (and Ray itself) will be a more pleasant experience.
-
ray VS xr - a user suggested alternative
2 projects | 26 Jan 2022
-
Announcing x-ray
I'm proud to announce the initial release of the spatie/x-ray package for Ray. The x-ray package provides a command-line utility that finds and displays all calls to ray(), rd(), and other functions from the spatie/ray family of packages. Currently, it only supports PHP projects.
- Debugging php while working on WP themes
-
What made you decide to be a PHP developer vs other languages?
Seems to me you just may have stumbled on a not-ideal PHP gig. The entire Laravel ecosystem is pretty awesome, there are a lot better tools for debugging than xdebug (https://myray.app/), and honestly, the amount of horrific spaghetti JS I've had to navigate is in multiple times worse, and in bigger amounts than any PHP related spaghetti I've had to deal with. But I do agree that for a newcomer it's hard to find good PHP products and tools since the information is so saturated on the internet, the only way you really find good quality things is by following the top guys on Twitter or so.
-
Icecream: Never use print() to debug again in Python
I am the same, it's the most easy. Very interesting is that in the laravel php world currently an interesting product is gaining momentum: Ray (https://myray.app/)
So basically it's dump with a lot of neat extras and instead of looking at the console of the script, or the website you are printing on you push this to a little desktop application, from every of your languages you are using. Something like log collection for everything on your desktop.
python-devtools
-
Your favourite "less-known" Python features?
Check out devtools, it’s even more powerful
-
What are your bad python habits?
There’s also debug() from python-devtools that is an easy improvement over print() that doesn't involve changing your workflow.
- Printstack
-
Icecream: Never use print() to debug again in Python
__builtins__['debug'] = debug
(see https://github.com/samuelcolvin/python-devtools#usage-withou...)
This would work with icecream too.
The second advantage of not needing the import is that CI fails if you forget to remove all debug() commands.
Humm, I built a similar but more powerful tool:
https://github.com/samuelcolvin/python-devtools
(install with `pip install devtools`)
It has similar functionality for debugging but has prettier formatting and code highlighting using pygments.
What are some alternatives?
ray-proxy - a proxy for the Ray app to allow debugging of payloads
snoop - A powerful set of Python debugging tools, based on PySnooper
laravel-ray - Debug with Ray to fix problems faster in Laravel apps
backtrace - A better backtrace
icecream - 🍦 Never use print() to debug again.
PySnooper - Never use print for debugging again
x-ray - Scan source code for calls to ray() and related calls.
snoop - Snoop — инструмент разведки на основе открытых данных (OSINT world)
app - The old version of Buggregator, which uses Laravel framework, is no longer being actively developed. The new beta version, built with Spiral framework, is now available at https://github.com/buggregator/spiral-app and offers significant improvements in performance and stability, as well as a lighter docker image size of around 300mb.
pdbpp - pdb++, a drop-in replacement for pdb (the Python debugger)
php-console-extension