futurecoder icon indicating copy to clipboard operation
futurecoder copied to clipboard

Instructions for using debuggers outside futurecoder

Open alexmojaki opened this issue 4 years ago • 0 comments

After introducing each debugger, we should maybe point out at the end that users can still use these tools outside of futurecoder. For example:

You can also use snoop outside futurecoder, e.g. if you're writing and running code on your own computer and editor. Assuming you have Python and pip set up, run pip install snoop and follow the instructions here.

Many users would not know what to do with this, but maybe some will remember that this was mentioned when they've moved on from futurecoder but miss the debuggers. They can come back and check or do some googling instead of thinking it has to be built into the IDE.

This is based on a discussion with @matan-h

alexmojaki avatar Feb 02 '21 18:02 alexmojaki