PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

There is no warning message before running the project even though the project contains error.

Open linette-zyy opened this issue 3 years ago • 2 comments

Environment image

Steps to Reproduce

  1. Checked the "Prompt before running when errors are present" in tools/options/python/debugging
  2. Create a python application project
  3. Type print("hello python" in default opened file PythonApplication1.py and save it
  4. Start debugging F5 for CTRL + F5
  5. Observe

Expected behavior Expect a warning message box like image

Actual result There is no warning message. Without Prompt

linette-zyy avatar May 28 '21 08:05 linette-zyy

This doesn't meet the bar for fixing right now. The user can see whether there are errors before they press F5.

greazer avatar Jun 02 '21 22:06 greazer

@judej This could be a potential intern project?

ijoosong avatar Jun 06 '22 22:06 ijoosong