Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package template debug settings for new bootstrapper #1442

Merged
merged 2 commits into from
Jun 30, 2023

Conversation

glopesdev
Copy link
Member

@glopesdev glopesdev commented Jun 30, 2023

This PR updates the default debugger launch settings in the package project template to make it easier to debug custom packages against the new bootstrapper. The main difference from the previous settings is enabling the native debugger, which is now required for attaching breakpoints to the child processes initiated by the bootstrapper. Child processes are now used instead of managed AppDomain instances to improve the cross-platform experience and to start migrating into the new .NET Core world which does not allow for multiple AppDomain instances at all.

Fixes #1402

@glopesdev glopesdev added the fix Pull request that fixes an issue label Jun 30, 2023
@glopesdev glopesdev added this to the 2.8 milestone Jun 30, 2023
@glopesdev glopesdev merged commit 0ecf522 into bonsai-rx:main Jun 30, 2023
2 checks passed
@glopesdev glopesdev deleted the issue-1402 branch June 30, 2023 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unquoted target directory variable in package template can fail for paths with spaces
1 participant