MySQL Routine Debugger for Visual Studio Code
Issue reports and help with collaborative testing are very welcome. If you try the debugger, please open an issue to share problems, suggestions, or successful test results. Every constructive report helps make the project safer and more useful. This module integrates the MySQL Routine Debugger into Visual Studio Code. It provides a dedicated debugger panel for MySQL and MariaDB stored procedures and functions, with searchable routine selection, breakpoints, Continue, Step Into, Step Over, Step Out, variable watches, and execution logs. The extension runs its Java debugger server in the background and stores database passwords in Visual Studio Code secret storage. Requirements
Install from the Visual Studio Marketplace
You can install the Marketplace version from a terminal instead:
The extension normally discovers Java automatically. If it cannot find Java, open Visual Studio Code Settings, search for MySQL Routine Debugger: Java Path, and set Manual VSIX installationTo install without the Marketplace, download the Usage documentationSee the Visual Studio Code usage guide for connections, breakpoints, stepping, watches, logs, nested routines, and recovery. |