This is the Linux app named IceCream whose latest release can be downloaded as icecreamv2.1.7sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named IceCream with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
IceCream
DESCRIPTION
Do you ever use print() or log() to debug your code? Of course you do. IceCream, or ic for short, makes print debugging a little sweeter. With arguments, ic() inspects itself and prints both its own arguments and the values of those arguments. Just give ic() a variable or expression and you're done. ic() returns its argument(s), so ic() can easily be inserted into pre-existing code. Additionally, ic()'s output can be entirely disabled, and later re-enabled, with ic.disable() and ic.enable() respectively. ic() continues to return its arguments when disabled, of course; no existing code with ic() breaks. To make ic() available in every file without needing to be imported in every file, you can install() it. ic() can also be imported in a manner that fails gracefully if IceCream isn't installed, like in production environments (i.e. not development).
Features
- Prints both expressions/variable names and their values
- It's 40% faster to type
- Data structures are pretty printed
- Output is syntax highlighted
- It optionally includes program context
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/icecream.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.