Skip to content

Releases: microsoft/MIEngine

Visual Studio 2022 17.2 Preview 3

31 Mar 23:04
560b24a
Compare
Choose a tag to compare
Pre-release

What's Changed

  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220129054711044 to main by @csigs in #1268
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220129120733894 to main by @csigs in #1269
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220129174707320 to main by @csigs in #1270
  • Fix for duplicate variable names causing debugging crash by @calgagi in #1271
  • Support vaguely named variables in VariableManager's cache by @calgagi in #1272
  • Remove MI Debugger from Help -> About by @WardenGnaw in #1276
  • Prevent stripping of format specifiers from -exec commands. (#1277) by @gareth-rees in #1278
  • Fix linux CI Build by @WardenGnaw in #1284
  • Improve messages for unknown breakpoints and watchpoints. (#1282) by @gareth-rees in #1283
  • Move runtime to .NET 6 by @WardenGnaw in #1286
  • Add macOS ARM64 release steps by @WardenGnaw in #1287
  • Close pipeTransport writer on close by @WardenGnaw in #1280
  • Merge 'main' into 'release_mdd' for Visual Studio 17.2 by @WardenGnaw in #1289

Full Changelog: 17.2-preview1...release_mdd

VS Code C/C++ Extension - 1.9.3

10 Mar 21:32
340124c
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.8.3...v1.9.0

New Contributors

VS Code C/C++ Extension - 1.8.3

05 Mar 00:12
c405048
Compare
Choose a tag to compare
Pre-release

What's Changed

  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220129054711044 to main by @csigs in #1268
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220129120733894 to main by @csigs in #1269
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220129174707320 to main by @csigs in #1270
  • Fix for duplicate variable names causing debugging crash by @calgagi in #1271
  • Support vaguely named variables in VariableManager's cache by @calgagi in #1272
  • Merge 'main' into 'release-cpptools' by @WardenGnaw in #1273

Full Changelog: v1.8.2...v1.8.3

Visual Studio 2022 17.2 Preview 1

04 Feb 01:14
274e8ff
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Bug 1452506: The word "Refresh" disappears after moving the cursor over it in Docker(Linux Container) testing by @gc46 in #1255
  • Send unix styled paths for Cygwin GDB sessions by @WardenGnaw in #1155
  • Data breakpoints in OpenDebugAD7 by @calgagi in #1257
  • Fix Windows Path check in MapCurrentSrcToCompileTimeSrc by @WardenGnaw in #1259
  • Added extended-remote support by @xisui-MSFT in #1260
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220128054739466 to main by @csigs in #1261
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220128174704847 to main by @csigs in #1263
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220128115131371 to main by @csigs in #1262
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220128234950671 to main by @csigs in #1266
  • Merge 'main' into 'release_mdd' by @WardenGnaw in #1265

New Contributors

Full Changelog: 17.1-preview2...17.2-preview1

VS Code C/C++ Extension - 1.8.2

02 Feb 21:44
997a5da
Compare
Choose a tag to compare

What's Changed

  • Data breakpoints in OpenDebugAD7 by @calgagi in #1257
  • Fix Windows Path check in MapCurrentSrcToCompileTimeSrc by @WardenGnaw in #1259
  • Added extended-remote support by @xisui-MSFT in #1260
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220128054739466 to main by @csigs in #1261
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220128174704847 to main by @csigs in #1263
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220128115131371 to main by @csigs in #1262
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20220128234950671 to main by @csigs in #1266
  • Merge 'main' into 'release-cpptools' by @WardenGnaw in #1267

New Contributors

Full Changelog: 1.8.0-insiders3...v1.8.2

VS Code C/C++ Extension - 1.8.0-insiders3

19 Jan 18:16
4325db0
Compare
Choose a tag to compare

What's Changed

  • support debug console auto-completion by @Trass3r in #1043
  • Allow lldb debugging on WSL attach by @paulmaybee in #1223
  • AutoComplete: Address non ` or -exec command by @WardenGnaw in #1225
  • Update MIEngine version to 17.1 by @WardenGnaw in #1228
  • Bug 1393936: Use hardcoded color values for expanded icons by @gc46 in #1224
  • [Github Action] Fix MSYS Paths for g++ and gdb by @WardenGnaw in #1232
  • Change whitespace characters to space by @paulmaybee in #1231
  • make radix callback on calling thread by @paulmaybee in #1234
  • Downgrade Windows MinGW ToolChain for testing to 10.2 by @WardenGnaw in #1238
  • Allow passwords in ssh connection strings by @paulmaybee in #1239
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20211119235024157 to main by @csigs in #1240
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20211120174659125 to main by @csigs in #1242
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20211120115110504 to main by @csigs in #1241
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20211120235017190 to main by @csigs in #1243
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20211121054721708 to main by @csigs in #1244
  • Linux Debugging: Debugger does not stop for handled C++ exceptions by @gc46 in #1245
  • Rename pull-request.yml to Build-And-Test.yml by @WardenGnaw in #1248
  • Fix conditional breakpoints with double quotes by @WardenGnaw in #1249
  • Send 'mi-async on' for later versions of GDB by @WardenGnaw in #1250
  • Enable linux-musl-arm64 for VS Code release by @WardenGnaw in #1252
  • Add 'All Exceptions' for ExceptionFilter in OpenDebugAD7 by @WardenGnaw in #1251
  • avoid "Unable to open file" popups caused by missing source code by @Trass3r in #1038
  • Bug 1452506: The word "Refresh" disappears after moving the cursor over it in Docker(Linux Container) testing by @gc46 in #1255
  • Send unix styled paths for Cygwin GDB sessions by @WardenGnaw in #1155
  • Merge 'main' into 'release-cpptools' by @WardenGnaw in #1256

Full Changelog: v1.6.1-insiders...v1.8.0-insiders3

Visual Studio 2022 17.1 Preview 2

28 Jan 21:22
4d31618
Compare
Choose a tag to compare
Pre-release

What's Changed

  • support debug console auto-completion by @Trass3r in #1043
  • Allow lldb debugging on WSL attach by @paulmaybee in #1223
  • AutoComplete: Address non ` or -exec command by @WardenGnaw in #1225
  • Update MIEngine version to 17.1 by @WardenGnaw in #1228
  • Merge 'main' into 'release/mdd' by @WardenGnaw in #1229
  • Bug 1393936: Use hardcoded color values for expanded icons by @gc46 in #1224
  • [Github Action] Fix MSYS Paths for g++ and gdb by @WardenGnaw in #1232
  • Change whitespace characters to space by @paulmaybee in #1231
  • Merge 'main' into 'release_mdd' by @WardenGnaw in #1233
  • make radix callback on calling thread by @paulmaybee in #1234
  • Downgrade Windows MinGW ToolChain for testing to 10.2 by @WardenGnaw in #1238
  • Allow passwords in ssh connection strings by @paulmaybee in #1239
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20211119235024157 to main by @csigs in #1240
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20211120174659125 to main by @csigs in #1242
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20211120115110504 to main by @csigs in #1241
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20211120235017190 to main by @csigs in #1243
  • LEGO: Pull request from lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20211121054721708 to main by @csigs in #1244
  • Linux Debugging: Debugger does not stop for handled C++ exceptions by @gc46 in #1245
  • Merge 'main' into 'release_mdd' by @gc46 in #1247
  • Rename pull-request.yml to Build-And-Test.yml by @WardenGnaw in #1248
  • Fix conditional breakpoints with double quotes by @WardenGnaw in #1249
  • Send 'mi-async on' for later versions of GDB by @WardenGnaw in #1250
  • Enable linux-musl-arm64 for VS Code release by @WardenGnaw in #1252
  • Add 'All Exceptions' for ExceptionFilter in OpenDebugAD7 by @WardenGnaw in #1251
  • avoid "Unable to open file" popups caused by missing source code by @Trass3r in #1038
  • Merge 'main' into 'release_mdd' by @gc46 in #1254

Full Changelog: 17.0...17.1-preview2

Visual Studio 2022 17.1 Preview 1

30 Nov 23:31
b8b0eae
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 17.0...17.1-preview1

Visual Studio 2022 17.0

07 Oct 00:38
20323a7
Compare
Choose a tag to compare
Merge pull request #1222 from microsoft/main

Merge 'main' into 'release_mdd'

VS Code C/C++ Extension - 1.6.1-insiders

30 Sep 23:35
ef5597b
Compare
Choose a tag to compare

Features:

Bug Fixes: