nvim-dap-image: Viewing Image Variables at Breakpoints
TL;DR: I finally took the time to build nvim-dap-image, a Neovim plugin for viewing image variables at breakpoints. It supports Python (OpenCV, PIL, NumPy, Matplotlib) and C++ (cv::Mat). I’ve wanted this for a long time and hope it saves others the same context-switch I kept making. Feedback more than welcome! Background Debugging computer vision and machine learning code in a debugger has one persistent gap: you can inspect a variable’s shape, dtype, and values, but you cannot see the image. ...nvim
neovim
debugging
dap
opencv
numpy
computer-vision
machine-learning
developer-tooling