PTVS
PTVS copied to clipboard
There is no warning message before running the project even though the project contains error.
Environment
Steps to Reproduce
- Checked the "Prompt before running when errors are present" in tools/options/python/debugging
- Create a python application project
- Type print("hello python" in default opened file PythonApplication1.py and save it
- Start debugging F5 for CTRL + F5
- Observe
Expected behavior
Expect a warning message box like
Actual result
There is no warning message.
This doesn't meet the bar for fixing right now. The user can see whether there are errors before they press F5.
@judej This could be a potential intern project?