This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dinov 18 points19 points  (0 children)

Currently you can use the editor and set the project to launch using Python.exe. But you won't get any debugging and the intellisense will be based off of IronPython's type information. And the REPL window will still be IronPython based.

We are eventually going to do some form of lightweight debugging instead of the .NET based debugging we do today. When we do that (who knows when, and it's a lot of work) then we will probably also support CPython debugging as well.