0

I know this question is been asked by already been replied over here. However the problem i'm facing is im unable to view the SQL generated in output window. I'm using EF6 and assume this to be a simple problem. screenshot attached for your reference.

enter image description here

Am i missing anything?

Thank you

Community
  • 1
  • 1
Ramu
  • 343
  • 1
  • 6
  • 21
  • You're probably running in release mode. – Gert Arnold May 23 '16 at 14:11
  • @Gert : I have replaced the picture in my question. i guess the project is running debugger in debug mode. Please let me know if im heading wrong. Thank you – Ramu May 23 '16 at 14:34
  • Does Debug.WriteLine("Test"); show up? http://stackoverflow.com/questions/9369820/debug-writeline-shows-nothing – Steve Greene May 23 '16 at 19:14
  • Debug.WriteLine("Test"); didn't show up. However, the answer provided from @Guillermo your reference link paved the path to resolve the issue. Thank you Steve. – Ramu May 24 '16 at 09:21

1 Answers1

0

This is much to do with settings in visual studio Menu > tools > options > debugging > General:

Answer was simple and precise. Got resolved this from the below post. https://stackoverflow.com/a/29263113/3234286

Community
  • 1
  • 1
Ramu
  • 343
  • 1
  • 6
  • 21