release notes: debug hover help text

This commit is contained in:
isidor 2020-12-04 18:38:27 +01:00
Родитель d53b3f7c48
Коммит 135c4de1c7
2 изменённых файлов: 11 добавлений и 4 удалений

Просмотреть файл

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:233ada893d2de2ed80299ffd5b0e74913c58f3ddb90522c0f062489c5f8c2d4e
size 80428

Просмотреть файл

@ -124,14 +124,18 @@ We now show the currently debugged line in the overview ruler on the right of th
#### Dynamic launch configurations now remembered across debug sessions
TODO@Isidorn pls mention that rememembered launch configs might fail if no longer valid
#### Debug Hovers: Show the help text/tip in the bottom of debug hover to switch to normal hover
TODO@Isidorn
#### Debug Hover: help text/tip in the bottom to switch to normal hover
We added a small help text on the bottom of the debug hover to make the `Alt` switch to editor language hover while debugging more discoverable. As a refreshment: while debugging, the debug hover takes precedence over the language hover, making it impossible to see the language hover. You can switch from the debug hover back to the language hover by holding down the `Alt` modifier key. As long as `Alt` is pressed, the language hover is shown instead of the debug hover. This makes it much easier to read Javadoc while debugging.
![Debug hover alt](images/1_52/debug-hover-alt.png)
#### Ability to hide/show VSCode Exception area
TODO@Isidorn
#### Exception Info now Accessible
TODO@Isidorn alternatively you can mention this under the "Accessability" topic
#### Current debugged line shown in overview ruler
TODO@Isidorn
#### Debug Console: collapse identical lines