INim icon indicating copy to clipboard operation
INim copied to clipboard

Embedding inim in other programs

Open AngelEzquerra opened this issue 1 year ago • 0 comments

In python it is possible to start an IPython instance inside your own Python programs (see https://www.ics.uci.edu/~dock/manuals/IPython/node9.html). This allows you to evaluate dynamically the state of your code, operate with your variables, analyze them, etc.

It would be really awesome if it were possible to do the same with inim, so that you could use it as a sort of "poor-man's" debugger. This would be super handy in those cases in which using a debugger is not possible.

AngelEzquerra avatar Mar 11 '23 09:03 AngelEzquerra