WLPFO Utils
Extension to simplify working with wlpfo, currently only available for (ACQ_AU).
Requirements
- VSCode version 1.90 or above
Quick Start
To install the extension inside your DevContainer, follow these steps:
- wlpfo utils have dedicated configuration in the settings panel
ctrl+,
- Customize your VSCode extension according to your needs.
- Specify all the required VSCode configurations in the
~/wlpfo_vs_code_team.json
file.
Make sure you have the necessary requirements, such as VSCode version 1.90 or above, before proceeding with the installation.
Features
addBreakpoint
To add a breakpoint in your code, follow these steps:
- Select the line where you want to add the breakpoint.
- Press
Alt+B
to add a cout breakpoint that prints the line number, function, and filename.
- If you want to enclose a block of code with curly braces and add a breakpoint, select the block of code and press
Alt+B
.
- The Breakpoint Identifier mentioned in the config will be added at the cursor.
viewBreakpoint
This shows the recorded breakpoint hits in the logs using addBreakpoint.
It also uses the Identifier specified in the configs section.
Use ALT+A
to run the command.
Editor Context Menus provide a range of operations, including Compilation, Installation, Conversion, and more. These commands can be customized by modifying the configurations in the ~/wlpfo_vs_code_team.json
file. By default, the Context Menu actions are performed on a specific instance (automatically fetched instance name), but custom installations can be specified in the configuration files.
Default Hotkeys for Shortcuts
Menu |
Hotkeys |
Delete from Patches |
Alt+D |
Add Breakpoint |
Alt+B |
View Logs |
Alt+L Alt+V |
Clear Database |
Alt+L Alt+D |
Clear Logs |
Alt+L Alt+G |
Start Services |
Alt+L Alt+S |
Quick Links |
Alt+L Alt+G |