Quentin Peter
Quentin Peter
 List of improvements: - Access to local variables in the console - Can compare several runs by profiling in different consoles - Can profile in the same environment as...

> @impact27, so this replaces the existing "Run profiler" menu item with "Profile file" and "Profile cell", correct? And the heavy lifting is moved to `spyder-kernels` so that the profiler...
This is ready for review, assuming the tests pass when they are fixed
The toolbar looks like: Dark: Light: (The orange is: `SpyderPalette.ICON_5`) If you disable the profiler plugin, it goes back to:
The usecase is: I have a python file path in my clipboard (from a failed test or something else). I want to open this file. There is a path dialog...
I agree that "run line" raises a `SyntaxError` so it would make sense that debug line raises one too.
My opinion is that most people will add something to the python path so python can find it and they can use a script from wherever. Replacing installed package is...
That makes sense, but in the other hand, it is more easy to set up a path and forget in Spyder than when running from the command line.
Well I don't think a warning is necessary if the option is opt-in. I would be open to have the default python behaviour as the only option, but I am...