-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
Description
Documentation link
N/A – new documentation page
Description
Context
Many developers find it difficult to debug OpenVINO’s internal C++ code and Python bindings (pybind11) due to the lack of a clear step-by-step workflow for setting up a debugging environment. A focused guide is needed to show how to configure VS Code for debugging and how to reproduce issues across Python, C++, and Python-to-C++ execution paths.
What needs to be done
Prepare a concise documentation page that:
- Explains how to build OpenVINO in Debug mode and set it up for use with VS Code on Linux.
- Shows how to use VS Code to debug OpenVINO C++, Python, and Python-to-C++ execution flows.
Resources
- Contribution guide - start here!
- Intel DevHub Discord — used for discussions with maintainers
Contacts
Related
Related to #23122, which previously discussed the need for a debugging guide.
Issue submission checklist
- I'm reporting a documentation issue. It's not a question.