I have an ASP.NET web app with some classic ASP pages mixed in and I was hoping to step through the code for some of those pages, but when I set breakpoints in them, they never get hit; if I hover over them I see "breakpoint set but not yet bound". Is there any way to debug classic ASP pages in VS2019?
edit: A few of my aspx (ASP.NET) pages get this breakpoint error too; I'm not sure why some of the breakpoints work and others don't...