DarkSoulsScripting icon indicating copy to clipboard operation
DarkSoulsScripting copied to clipboard

Idea: Keeping ipy.exe open after error

Open CWMlolzlz opened this issue 7 years ago • 1 comments

When debugging a script and encountering a runtime error 'ipy.exe' closes before the error can be read and understood.

Within Visual Studio this can be fixed. To do this, right click your project within Visual Studio -> Properties -> Debug -> Add -i to "Interpreter Arguments"

Similarly, in PyCharm edit the Run Configuration and add -i to "Interpreter Arguments"

CWMlolzlz avatar Nov 03 '17 06:11 CWMlolzlz

or just hit Ctrl+F5 to run your project and leave the console window open afterward

Meowmaritus avatar Nov 04 '17 04:11 Meowmaritus