


This extension requires the C# extension, the C++ extension, and the CodeLLDB extension. Devtools does stop executing for you however, because the files that your test are in have not been loaded yet you cannot set breakpoints on them. runsettings file created for VSCode users (pointed to by settings in the devcontainer files) for a particular configuration for running tests with the VSCode test explorer and CodeLens integration. runsettings file for running tests in VSCode Copy known-good settings from the devcontainer file to the local settings.json file for non-devcontainer usages.This extension provides the following commands: rt-libsnative: Launch a libraries test assembly and debug with a native debugger.You will be asked to select an environment. Now in the debug window, click on the gear button to create launch.json configuration file for your debugger. rt-cg2rt: Launch crossgen2 to run across a runtime test assembly and debug with a managed debugger. For configuring it, go to debug view by either clicking on Debug icon in the leftmost panel or using the shortcut (Ctrl+Shift+D).rt-cg2corelib: Launch crossgen2 to run across and debug with a managed debugger.

rt-runtimetest: Launch a "runtime test" (a test under the src/tests path) with corerun.This extension provides the following debugging configuration templates: The dotnet-runtime-test-assistant supports common workflows of developers in the dotnet/runtime GitHub repository.
