Forum Discussion
bisenpiyush
8 years agoRegular Visitor
how to debug a C/C++ native ODBC driver code
Hi, before jump into the issue I am having, there is little history kinda: I have written an SQLite ODBC Driver by leveraging open source. This code in c/c++ (native). Now, when I try to debug my dri...
v-chuncz-msft
8 years agoCommunity Support
You may try to enable tracing by selecting File > Options and settings > Options > Diagnostics.
- bisenpiyush8 years agoRegular Visitor
Thanks.
I tried by enabling tracing, but not working.