You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: