This commit is contained in:
Andre Weinand 2020-09-17 12:17:53 +02:00 коммит произвёл GitHub
Родитель 23ef7f5846
Коммит 5c15bfb55a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -15,7 +15,7 @@ We assume that you have already cloned this repository, ran `yarn` and opened th
Pressing **F5** opens another VS Code window with a project folder containing a sample notebook.
In order to debug cells you can enable debug mode by pressing the "bug" action in the editors toolbook.
In order to debug cells you can enable debug mode by pressing the "bug" action in the editor's toolbar.
This makes the breakpoint gutter available where you can set breakpoints.
When you now evaluate cells, breakpoints will be hit and you can inspect variables in VS Code's usual debugger views and panes.