- Passes Python process ID to
pid
of C++ config for other C++ debuggers
- Minor changes and bug fixes
- Added a new Quickpick option for default configurations
- Added a default configuration to the
Add Configuration
results in the launch.json file - Changed the attribute value of
pythonConfig
andcppConfig
frommanual
tocustom
- Changed Name from
Python C++ Debug
toPython C++ Debugger
for improved Marketplace search results - Small fixes
- Internal Design changes
- Added the attribute
optimizedLaunch
- Added default configurations for python and C++ by setting the attributes
pythonConfig
andcppConfig
- Added the attributes
entireCppConfig
andentirePythonConfig
which if defined start the debugger with the configuration passed to the attribute
- Fixing Github Repo links
- Small fixes
- ProcessId of gdb/windows attach will be set to empty string due to problems with commands in the configuration for C++
- Improved configuration provider
- Changing new name in package.json for configurations
- Removing restart keybinding as it isn't supported at the moment
- Changed Displayname from
PythonCpp Debug
toPython C++ Debug
for better search results in the marketplace - Added Keywords for better search results in the marketplace
- Added changelog
- Added topics to Readme.md
- Added Initial Configuration Provider for when there is no launch.json file
- Changed Keybinding for restart, however restart isn't supported at the moment. It will stop stop the session of the debugger.
- If the C++ debugger fails to start it will terminate the python debugger that it started.
- Other minor patches
- Updated Icon.png to higher resolution
- Added Icon.png
- Small fixes and cleanup
- Published for testing