Training
Module
Debug and deploy your extension in Dynamics 365 Business Central - Training
Discover how to debug with Visual Studio Code and deploy your extension using RAD feature in Dynamics 365 Business Central.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This section introduces the time travel debugger extension commands.
Topic | Description |
---|---|
!tt (time travel) | The !tt (time travel) debugger extension that allows you to navigate forward and backwards in time. |
!positions | The !positions extension displays all the active threads, including their current positions in the time travel trace. |
!index | The !index extension indexes time travel traces or displays index status information. |
These extensions only works with time travel traces. For more information about time travel, see Time Travel Debugging - Overview.
The time travel debugger extension commands are implemented in ttdext.dll. The time travel command dll is loaded automatically in WinDbg. You don't need to use the load command to manually load the ttdext.dll.
Training
Module
Debug and deploy your extension in Dynamics 365 Business Central - Training
Discover how to debug with Visual Studio Code and deploy your extension using RAD feature in Dynamics 365 Business Central.