Inspecting values at runtime in classic ASP with Visual Studio

451 views Asked by At

I like that Visual Studio 2008 SP1 supports debugging and breakpoints in classic ASP/VBScript, but I'm trying to inpsect values of objects at runtime (by hovering the mouse over while stepping through). This used to work, even in classic ASP, but it seems to have stopped working for me. Does anyone know if there's a specific setting to enable this?

Thanks

1

There are 1 answers

2
Shadow Wizard Love Zelda On

IIS console --> Website properties --> Virtual Directory tab --> Configuration button --> Debugging tab --> "Enable ASP server side script debugging" --> tick and confirm.