- I've received numerous "bogus" errors from the IDE when trying to initiate debugging stating a stored procedure parameter is not defined; when it clearly is -- and it executes fine without issue. It also often highlights red a blank/empty area when giving this error.
- I've had the debugger visual line representation go crazy; it will highlight lines of code in the IDE that are NOT the lines being executed.
- The debugger will get "lost" when diving into call after call after call; often resulting in no cursor location, and pressing F11 just causes the IDE to flicker.
- When trying to debug, I'll get the prompt to compile, followed by "A connection error has occurred. Try again later." Sometimes running the STEP INTO (F11) option resolves it; sometimes, I have to close out the tab for the stored procedure and re-open it.
The debugger is nowhere near ready for release. I recommend focusing on debugger-related issues with top priority.