When debugging, is there something similar to Inmediate Window in VS?
Options
Hi there,
I would like to run some queries while debugging my code, is there any option like Inmediate Windows in VS?
Thanks,
I would like to run some queries while debugging my code, is there any option like Inmediate Windows in VS?
Thanks,
Comments
-
No, the closest is has is the Watch window. You can also click the 'Dump' hyperlink on objects in the Watch and Locals windows and it will dump out the contents to the output window.