我一直在使用official Django Tutorial in Visual StudioCode,但我遇到了一个问题。目前,当我在now = datetime.now行设置断点时,调试器似乎无法到达它。我的urls.py: from django.urls import pathpath("", views.home,import datetime
from
我一直在尝试使用VSCode来调试Visual StudioCode的开发版本,就像贡献文档中那样。但是,在尝试执行步骤Choose the Launch VSCode launch configuration from the launch dropdown in the Debug viewlet我试着在网上寻找答案,发现useV3需要设置为false (和),但我已经验证了我的useV3设置为false,