1

Over the years there have been various approaches to getting GAE dev_appserver.py to run/debug under MSVC. Running is easy enough but any breakpoints set are ignored unless workarounds/configuration files are added.

In 2019, how does one get Visual Code to stop on breakpoints?

Carl
  • 2,896
  • 2
  • 32
  • 50

1 Answers1

0

the use of dev_appserver.py is no longer recommended by Google.

Just run main.py from ms code and breakpoints will work.

Carl
  • 2,896
  • 2
  • 32
  • 50