eclipse - PyDev: What is the difference between "Console" and "Interactive Console"? -


I am trying to prove a claim that it is possible to connect debugging sessions to the existing Ipathion Console (,). Maybe I do not have the vocabulary right.

What is the difference between "console" and "interactive console"?

Enter image details here

versus

Enter image details here

The interesting fact is that "Interactive Console" Always unlike "console" is disabled (which is non-interactive), which behaves as expected, i.e. PyDev Interactive Console as an IPython console is actually in the 'console' view (but this is a special one that you Is near)

You can create an 'interactive console' in the console view - you can choose to force the same for a debug session - if the breakpoint is currently active, then the new action in the console view Select 'Make PyDev Console' and select 'Breakpoint with Active'.)

The 'Interactive Console' view is from some other plugin (Not sure how this is displayed to me) .


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -