mfussenegger / nvim-dap-python

An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
GNU General Public License v3.0
539 stars 48 forks source link

Robotframework Support #147

Open fcancelinha opened 3 months ago

fcancelinha commented 3 months ago

Is it possible to use this adapter to debug \ test RobotFramework files ?

If not, can you or anyone guide me into the right direction to make nvim-dap work with the robot framework ?

(thank you for a wonderful plugin @mfussenegger)