Obuka
Modul
Scripting in Power Automate for desktop - Training
Explore Power Automate for desktop, enabling automation of complex scenarios using VBScript, JavaScript, PowerShell, and Python.
Ovaj pregledač više nije podržan.
Nadogradite na Microsoft Edge biste iskoristili najnovije funkcije, bezbednosne ispravke i tehničku podršku.
This section describes how to use the scripting support in the WinDbg.
The WinDbg script window features basic syntax highlighting, IntelliSense, and error recognition.
Use the ribbon buttons to:
You can also automatically execute scripts by right-clicking in the script window and selecting Execute Script on Save. When you successfully load a script, a green check box will appear on the script title bar. If there are errors in the script, a red x will be displayed.
To start using JavaScript, you must first be debugging a target. When you're ready to start working on your JavaScript, click "Load JavaScript Provider". After that you can create a new JavaScript, by picking between these two types of script templates.
Extension Script - A script which is designed to act as an extension to the debugger. It manipulates the object model of the debugger and provides continued functionality. No action happens upon hitting the Execute button on the ribbon.
Imperative Script - A script which is designed to perform an action each and every time the Execute button is clicked on the ribbon. Such a script does not generally modify the object model of the debugger.
For more information about working with JavaScript, see these topics:
Native Debugger Objects in JavaScript Extensions
JavaScript Debugger Example Scripts
Use New Script > NatVis to open the following blank NatVis template.
<AutoVisualizer xmlns="https://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="">
</Type>
</AutoVisualizer>
For more information about working with NatVis, see Debugger Objects in NatVis.
Obuka
Modul
Scripting in Power Automate for desktop - Training
Explore Power Automate for desktop, enabling automation of complex scenarios using VBScript, JavaScript, PowerShell, and Python.
Dokumentacija
JavaScript Debugger Example Scripts - Windows drivers
This topic provides the information on user and kernel mode JavaScript code samples, such as the Data Filtering Plug and Play Device Tree sample.
JavaScript Debugger Scripting - Windows drivers
This topic describes how to use JavaScript to create scripts that understand debugger objects and extend and customize the capabilities of the debugger.
WinDbg - View Menu - Windows drivers
This section describes how work with the view menu.