Thanks Ichabod for the immediate reply...do I have to import any library for this to work?
I trued it and i get this error:
File "C:/Users/Kabali/.spyder-py3/temp.py", line 7, in <module>
sys.exit()
NameError: name 'sys' is not defined
Also ...my intention is such....lets say there is an existing piece of code and i want to "intervene" in the process at a halfway point and play around with the the math part of it or examine values...i want the break command to not run antything AFTER it....even if there is an syntax error or something after the BREAK statement.
I trued it and i get this error:
File "C:/Users/Kabali/.spyder-py3/temp.py", line 7, in <module>
sys.exit()
NameError: name 'sys' is not defined
Also ...my intention is such....lets say there is an existing piece of code and i want to "intervene" in the process at a halfway point and play around with the the math part of it or examine values...i want the break command to not run antything AFTER it....even if there is an syntax error or something after the BREAK statement.