Open the Session List window.

Displays the current Microsoft Dynamics NAV business sessions. You use the Session List window to attach the debugger to a session. You can attach the debugger to one of the current sessions or you can set the debugger to attach to the next session that breaks execution.

You can use the Session List window to start and stop SQL tracing. If you start SQL tracing, then SQL Server events are collected for the selected sessions. You use Microsoft SQL Server Profiler to view traces. For more information, see Using SQL Server Profiler. To start SQL Server Profiler, in SQL Server Management Studio, on the Tools menu, choose SQL Server Profiler. You can also enable SQL tracing by using the ENABLESQLTRACE Function (Debugger).

Tip

See Also