Closed akpaevj closed 3 months ago
The recent updates streamline the process control in the DebugeeProcess
class by refining the conditions under which a debugging session will terminate. Additionally, both the VSCode.DebugAdapter
and oscript
projects now generate a runtime configuration development file, enhancing the debugging experience with better runtime settings. These changes aim to improve the efficiency and clarity of the development process without altering the core functionality.
File Path | Change Summary |
---|---|
src/VSCode.DebugAdapter/DebugeeProcess.cs , src/VSCode.DebugAdapter/VSCode.DebugAdapter.csproj , src/oscript/oscript.csproj |
Modified mustKill logic in DebugeeProcess for more controlled process termination; added <GenerateRuntimeConfigDevFile>true</GenerateRuntimeConfigDevFile> in project files to support development file generation. |
🐇 In the code’s gentle dance,
A rabbit hops with a glance.
With clearer paths to follow through,
New settings born, fresh and true!
Debugging now, a breezy flight,
Hooray for changes, oh what a delight! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes