Editing IronPython during runtime?
I installed IronPython and wrote up a winform app. Its this but modified to use a MessageBox. I want to change the text i display when clicked. Changing it and hitting save does not update the script. I paused it, set a breakpo开发者_如何学Cints, done a few things and had no luck.
How do i edit text during runtime? there doesnt appear to be a way.
I'm fairly sure IronPython doesn't support edit & continue. It's extremely difficult to get working correctly (it isn't even supported for x64 in Visual Studio), so it's unlikely it will be available anytime soon.
精彩评论