Sql queries is not shown

Hello, I try to follow the Sql queries of my program, but the Sql queries filer is not shown in the events panel in the timeline viewer.

View | Sql queries says there are no events.

I'm using entity framework with Sqlite.

 

 

As you can see in the picture there is no Sql queries filter.

Any ideas?

0
2 comments

Hello,

Is it a .NET Framework application or a .NET Core one? What OS are you using?

0

In some situations SQL queries are not tracked if you attach dotTrace to a running process. Either start your application with dotTrace or apply the following workaround at registry: https://dotnettools-support.jetbrains.com/hc/en-us/articles/360000080419-There-may-be-no-SQL-events-in-a-Timeline-snapshot-if-it-was-taken-during-an-attach-session

0

Please sign in to leave a comment.