ray
icecream
Our great sponsors
ray | icecream | |
---|---|---|
14 | 35 | |
481 | 6,635 | |
2.7% | - | |
7.5 | 6.0 | |
16 days ago | 22 days 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.
icecream
-
Does anyone use python debugger?
Most of the time I simply use icecream (a much better version of print()), and sometimes, I use pudb (a visual debugger) for tougher/trickier bugs.
-
Let's do a war
We also have ice cream
-
What is your favorite ,most underrated 3rd party python module that made your programming 10 times more easier and less code ? so we can also try that out :-) .as a beginner , mine is pyinputplus
I found icecream in a post on this subreddit and still use it as an alternative to print for debugging.
-
library to log methods and function calls.
How can we integrate with current logging libraries such as logging, logges, loguru? And how would you compare your library with ic
-
Im listening...
It's pip install icecream An easy mistake to make.
You jest, but there actually is a library called icecream and it's way better than print or pprint
- The coolest Python projects you've ever seen?
-
Two years ago me was trying way to hard to debug(log) python
I read through the code when I installed it and it is beautifully designed. Although sure, there could be some cracked eggs in there that I didn't notice.
- Use “print” to help break down new code you don’t understand.
-
What's your setup like to make your life easier?
Ice Cream - Better debugging
What are some alternatives?
ray-proxy - a proxy for the Ray app to allow debugging of payloads
pdb++
py-spy - Sampling profiler for Python programs
python-devtools - Dev tools for python
Laboratory - Achieving confident refactoring through experimentation with Python 2.7 & 3.3+
PySnooper - Never use print for debugging again
pyflame
winpdb - Fork of the official winpdb with improvements
remote-pdb - Remote vanilla PDB (over TCP sockets).
profiling
django-debug-toolbar - A configurable set of panels that display various debug information about the current request/response.
hunter - Hunter is a flexible code tracing toolkit.