1

I'm trying to debug my package in SSIS. I need to see the value of my variables while debugging, but the problem is that I cannot find the "Local" window. The only window I have is the breakpoint window as you can see below:

enter image description here

What is wrong with my Visual Studio? (I'm using Visual Studio 2013)

MDCCL
8,5303 gold badges32 silver badges63 bronze badges
asked Oct 6, 2018 at 7:41

1 Answer 1

2

You're looking in the correct menu for the Locals (Ctrl+Alt+V, L) window. The issue is that this is a context sensitive menu.

With an SSIS project open, I see a similar menus as you under Debug/Windows Package editor running

However, if I set a breakpoint and launch the debugger, then I'll get the full suite of debugging windows available under the Debug/Windows menu

Debugger running

answered Oct 10, 2018 at 17:24

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.