Releases: microsoft/MIEngine
Releases · microsoft/MIEngine
Visual Studio 2022 17.5 Preview 2
What's Changed
- Update and Sync Natvis.xsd by @WardenGnaw in #1361
- Catch ProtocolException in HandleEvaluateAsync by @WardenGnaw in #1360
- DAR: Include OSX crash logs in exception by @gregg-miskelly in #1363
- Escape newline characters in Debugger.cs commands by @bspeice in #1365
- SIGINT is not used for async break by @paulmaybee in #1366
- [#1370] Change the type of breakpoint ids from
ulong
tolong
by @gareth-rees in #1371 - Don't hardcode path to kill in UnixUtilities by @expipiplus1 in #1373
- Fix LogPoint stepping by @WardenGnaw in #1362
- Merge 'main' into 'release_mdd' for VS 17.5p2 by @WardenGnaw in #1375
New Contributors
- @bspeice made their first contribution in #1365
- @expipiplus1 made their first contribution in #1373
Full Changelog: 17.5-preview1...17.5-preview2
VS Code C/C++ Extension - 1.13.5
What's Changed
- Update and Sync Natvis.xsd by @WardenGnaw in #1361
- Catch ProtocolException in HandleEvaluateAsync by @WardenGnaw in #1360
- DAR: Include OSX crash logs in exception by @gregg-miskelly in #1363
- Escape newline characters in Debugger.cs commands by @bspeice in #1365
- SIGINT is not used for async break by @paulmaybee in #1366
- [#1370] Change the type of breakpoint ids from
ulong
tolong
by @gareth-rees in #1371 - Don't hardcode path to kill in UnixUtilities by @expipiplus1 in #1373
- Fix LogPoint stepping by @WardenGnaw in #1362
New Contributors
- @bspeice made their first contribution in #1365
- @expipiplus1 made their first contribution in #1373
Full Changelog: v1.13.2...v1.13.5
Visual Studio 2022 17.5 Preview 1
What's Changed
- Fix TestThisConditional by @WardenGnaw in #1354
- LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220916220203345 to main by @csigs in #1356
- Refactor Engine Logging and Add Natvis Diagnostic Logging by @WardenGnaw in #1322
- Enable NatvisDiagnostics for VS Debug Option by @WardenGnaw in #1357
- Merge 'main' into 'release_mdd' by @WardenGnaw in #1358
Full Changelog: 17.4-preview3...17.5-preview1
VS Code C/C++ Extension - 1.13.2
What's Changed
- Fix TestThisConditional by @WardenGnaw in #1354
- LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220916220203345 to main by @csigs in #1356
- Refactor Engine Logging and Add Natvis Diagnostic Logging by @WardenGnaw in #1322
- Enable NatvisDiagnostics for VS Debug Option by @WardenGnaw in #1357
- Merge 'main' into 'release-cpptools' by @WardenGnaw in #1359
Full Changelog: v1.12.2...v1.13.2
Visual Studio 2022 17.4 Preview 3
What's Changed
- Address visualizing past 1000 ArrayItems by @WardenGnaw in #1344
- Upgrade MicroBuildSigningPlugin to v4 by @WardenGnaw in #1348
- Add support for comma format specifier for lldb by @WardenGnaw in #1345
- User Story 1556891: [MIEngine Natvis] Support multi-dimensional arrays by @gc46 in #1346
- Add configuration for handling of unknown breakpoints by @benmcmorran in #1351
Full Changelog: 17.4-preview2...17.4-preview3
VS Code C/C++ Extension - 1.13.1
What's Changed
- Address visualizing past 1000 ArrayItems by @WardenGnaw in #1344
- Upgrade MicroBuildSigningPlugin to v4 by @WardenGnaw in #1348
- Add support for comma format specifier for lldb by @WardenGnaw in #1345
- User Story 1556891: [MIEngine Natvis] Support multi-dimensional arrays by @gc46 in #1346
- Add configuration for handling of unknown breakpoints by @benmcmorran in #1351
- Merge 'main' into 'release-cpptools' by @WardenGnaw in #1353
Full Changelog: v1.12.2...v1.13.1
Visual Studio 2022 17.4 Preview 2
What's Changed
- Add Natvis Test for 'this' in Condition by @WardenGnaw in #1317
- Upgrade Newtonsoft.Json from 12.0.2 to 13.0.1 by @WardenGnaw in #1320
- Fix Windows VS Code Test Runs and upgrade GDB to 12.1 by @WardenGnaw in #1319
- Fix broken link in ReadMe.MD by @keshavmiskelly in #1324
- Override Newtonsoft.JSON for Component Governance by @WardenGnaw in #1323
- Merge 'main' into 'release_mdd' by @WardenGnaw in #1326
- Newtonsoft.JSON update for DAR nuspec by @WardenGnaw in #1330
- User Story 1556887: [MIEngine Natvis] Support size specifiers for pointers as arrays by @gc46 in #1329
- Update version.settings.targets for 17.4 by @WardenGnaw in #1331
- Only print evaluate requests in REPL context by @WardenGnaw in #1334
- [#1336] Discard cached state after program starts stepping. by @gareth-rees in #1337
- Upgrading VSSDK: 17.0.1600 ->17.3.2093 by @WardenGnaw in #1338
- [MIEngine Natvis] Add support for visualizing past 50 elements by @gc46 in #1333
- Merge 'main' into 'release_mdd' for VS 17.4 Preview 2 by @WardenGnaw in #1343
Full Changelog: 17.3-preview3...17.4-preview2
VS Code C/C++ Extension - 1.12.2
What's Changed
- Add DebuggerTesting Release by @WardenGnaw in #1151
- Disable / Fix tests for cppvsdbg by @WardenGnaw in #1304
- Bug 1374419: Address static analysis requirements for MIEngine by @gc46 in #1305
- Fixed deadlock in HandleStackTraceRequestAsync where lock was hold too long by @JoergMeier106 in #1309
- Add Tests for NatVis by @WardenGnaw in #1310
- Add IndexListItems Natvis test and enable on macOS by @WardenGnaw in #1312
- Merge 'main' into 'release-cpptools' by @WardenGnaw in #1314
- Adding UnitTests for Natvis Parsing (MIDebugEngineUnitTests) by @WardenGnaw in #1313
- support explicit this references in natvis files by @Trass3r in #1163
- Add Natvis Test for 'this' in Condition by @WardenGnaw in #1317
- Upgrade Newtonsoft.Json from 12.0.2 to 13.0.1 by @WardenGnaw in #1320
- Fix Windows VS Code Test Runs and upgrade GDB to 12.1 by @WardenGnaw in #1319
- Fix broken link in ReadMe.MD by @keshavmiskelly in #1324
- Override Newtonsoft.JSON for Component Governance by @WardenGnaw in #1323
- Merge 'main' into 'release-cpptools' by @WardenGnaw in #1327
- Newtonsoft.JSON update for DAR nuspec by @WardenGnaw in #1330
- User Story 1556887: [MIEngine Natvis] Support size specifiers for pointers as arrays by @gc46 in #1329
- Update version.settings.targets for 17.4 by @WardenGnaw in #1331
- Only print evaluate requests in REPL context by @WardenGnaw in #1334
- [#1336] Discard cached state after program starts stepping. by @gareth-rees in #1337
- Upgrading VSSDK: 17.0.1600 ->17.3.2093 by @WardenGnaw in #1338
- [MIEngine Natvis] Add support for visualizing past 50 elements by @gc46 in #1333
- Merge 'main' into 'release-cpptools' by @WardenGnaw in #1339
New Contributors
- @JoergMeier106 made their first contribution in #1309
- @keshavmiskelly made their first contribution in #1324
Full Changelog: v1.10.1...v1.12.2
Visual Studio 2022 17.3 Preview 3
What's Changed
- Add threadId to thread name by @WardenGnaw in #1295
- Add Test Case for DataBreakpoints by @WardenGnaw in #1296
- Remove downgrade to GNU toolchain for GitHub Actions by @WardenGnaw in #1298
- EnsureSettingsUpdated returning null for Task by @WardenGnaw in #1299
- Fix GitHub Action Test runs by @WardenGnaw in #1301
- Fix deleting breakpoints created as pending by @WardenGnaw in #1302
- Visual Studio: add support for custom UI visualizers by @paulmaybee in #1281
- Bug 1447876: Local window variable value can not be synchronized with… by @gc46 in #1300
- Support 'SetExpression' DAP Request by @WardenGnaw in #1293
- Add DebuggerTesting Release by @WardenGnaw in #1151
- Disable / Fix tests for cppvsdbg by @WardenGnaw in #1304
- Bug 1374419: Address static analysis requirements for MIEngine by @gc46 in #1305
- Fixed deadlock in HandleStackTraceRequestAsync where lock was hold too long by @JoergMeier106 in #1309
- Add Tests for NatVis by @WardenGnaw in #1310
- Add IndexListItems Natvis test and enable on macOS by @WardenGnaw in #1312
- Adding UnitTests for Natvis Parsing (MIDebugEngineUnitTests) by @WardenGnaw in #1313
- support explicit this references in natvis files by @Trass3r in #1163
- Merge 'main' into 'release_mdd' by @WardenGnaw in #1318
New Contributors
- @JoergMeier106 made their first contribution in #1309
Full Changelog: 17.2-preview3...17.3-preview3
VS Code C/C++ Extension - 1.10.1
What's Changed
- Close pipeTransport writer on close by @WardenGnaw in #1280
- fix 2nd echo processing with lldb by @paulmaybee in #1290
- Add threadId to thread name by @WardenGnaw in #1295
- Add Test Case for DataBreakpoints by @WardenGnaw in #1296
- Remove downgrade to GNU toolchain for GitHub Actions by @WardenGnaw in #1298
- EnsureSettingsUpdated returning null for Task by @WardenGnaw in #1299
- Fix GitHub Action Test runs by @WardenGnaw in #1301
- Fix deleting breakpoints created as pending by @WardenGnaw in #1302
- Visual Studio: add support for custom UI visualizers by @paulmaybee in #1281
- Bug 1447876: Local window variable value can not be synchronized with… by @gc46 in #1300
- Support 'SetExpression' DAP Request by @WardenGnaw in #1293
- Merge 'main' into 'release-cpptools' by @WardenGnaw in #1303
Full Changelog: v1.9.0...v1.10.1