浏览代码

Add more description.

Afshin T. Darian 5 年之前
父节点
当前提交
03e21b27b2
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      tests/src/design.md

+ 4 - 1
tests/src/design.md

@@ -2,8 +2,11 @@
 
 - The debugger UI will only ever exist as a single instance within JupyterLab:
   - An expanded mode which is a `MainAreaWidget<Debugger>`
+    - In expanded mode, the debugger will contain a tab panel for text editors that are launched when a user steps into code that has been stopped via breakpoints.
+    - If the user adds a breakpoint and steps into code from the sidebar, then it shold automatically switch to expanded mode to accommodate displaying code files.
+    - Code files in the debugger will _always_ be read-only. They should support adding breakpoints.
   - A condensed mode which is a condensed sidebar view of the debugger within the `right` or `left` areas of the JupyterLab shell
-- The debugger will support debugging and inspecting environment three types of activities in JupyterLab:
+- The debugger will support debugging and inspecting environment for three types of activities in JupyterLab:
   1. Notebooks
   1. Code consoles
   1. Text editors that are backed by a kernel