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

Breaking changes #102

Open
gregg-miskelly opened this issue Oct 19, 2023 · 1 comment
Open

Breaking changes #102

gregg-miskelly opened this issue Oct 19, 2023 · 1 comment

Comments

@gregg-miskelly
Copy link
Member

gregg-miskelly commented Oct 19, 2023

I am creating this issue as a place to announce breaking changes to the Concord API that might impact extension authors. To try and keep this to just announcements, I am going to lock this thread. But feel free to open issues in this repo if the instructions are unclear.

@gregg-miskelly
Copy link
Member Author

Visual Studio 17.8 string truncation behavior: in 17.7 and all previous releases, the debugger would attempt to read the entire value for any string variable. This would result in either the entire string being read, or the string being so large that it causes the debugger to crash with an out of memory exception. In 17.8, we now have caps when using DkmClrValue.EvaluateToString or other APIs that inspect strings.

@microsoft microsoft locked and limited conversation to collaborators Oct 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant