|
3 | 3 | ##Version 1.6.0-insiders: August 12, 2021 |
4 | 4 | ###New Feature |
5 | 5 | * Added support for standard`.editorconfig` entries when using vcFormat.[#7920](https://github.com/microsoft/vscode-cpptools/issues/7920) |
| 6 | +* Debug Step Granularity for cppdbg[MIEngine#1169](https://github.com/microsoft/MIEngine/pull/1169) |
| 7 | +* Thank you for the contribution@Trass3r |
6 | 8 |
|
7 | 9 | ###Enhancements |
8 | 10 | * Debugger now runs on .NET 5[#7858](https://github.com/microsoft/vscode-cpptools/pull/7858) |
|
27 | 29 | * Fix issue with setting of MS extensions when`-fms-extensions` is used.[#7886](https://github.com/microsoft/vscode-cpptools/issues/7886) |
28 | 30 | * Fix an issue with support detection on Android.[#7906](https://github.com/microsoft/vscode-cpptools/issues/7906) |
29 | 31 | * Fix a bug with handling of`"C_Cpp.vcFormat.newLine.beforeOpenBrace.block": "newLine"`.[#7926](https://github.com/microsoft/vscode-cpptools/issues/7926) |
| 32 | +* Fix Disassembly view is blank on linux[#7960](https://github.com/microsoft/vscode-cpptools/issues/7960) |
30 | 33 |
|
31 | 34 | ##Version 1.5.1: July 9, 2021 |
32 | 35 | ###Bug Fixes |
|