Issue Type: Bug
See also microsoft/vscode-python#4725 - but note that vscode-python people say they
do not control the scrolling behavior of the debug console in VS Code
Expected behaviour
Debug console behaves normally
Actual behaviour
Debug console scrolls to top after each evaluated line
Steps to reproduce:
- Save this code as Bug.py:
- Enable breakpoints at "Uncaught exceptions"
- Debug
Bug.py in VS Code
- When hitting SystemExit exception, run
print(1) in Debug console.
- Run
sys.exit() a bunch of times (1-5 times) in the Debug console.
- Notice that at one point, Debug console scrolls to top
- Scroll to bottom of Debug console output
- Run
print(2) in Debug console.
- Notice that you don't see
2 due to Debug console scrolling near top again.
VS Code version: Code 1.32.1 (05f146c, 2019-03-08T00:51:49.278Z)
OS version: Windows_NT x64 10.0.17763
System Info
| Item |
Value |
| CPUs |
Intel(R) Core(TM) i5-4310M CPU @ 2.70GHz (4 x 2694) |
| GPU Status |
2d_canvas: enabled checker_imaging: disabled_off flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on native_gpu_memory_buffers: disabled_software rasterization: unavailable_off surface_synchronization: enabled_on video_decode: enabled webgl: enabled webgl2: unavailable_off |
| Memory (System) |
7.91GB (2.69GB free) |
| Process Argv |
|
| Screen Reader |
no |
| VM |
0% |
Extensions (5)
| Extension |
Author (truncated) |
Version |
| latex-workshop |
Jam |
6.2.0 |
| svn-scm |
joh |
1.47.1 |
| python |
ms- |
2019.2.5558 |
| multi-command |
ryu |
1.3.0 |
| code-settings-sync |
Sha |
3.2.7 |
Issue Type: Bug
See also microsoft/vscode-python#4725 - but note that
vscode-pythonpeople say theyExpected behaviour
Debug console behaves normally
Actual behaviour
Debug console scrolls to top after each evaluated line
Steps to reproduce:
Bug.pyin VS Codeprint(1)in Debug console.sys.exit()a bunch of times (1-5 times) in the Debug console.print(2)in Debug console.2due to Debug console scrolling near top again.VS Code version: Code 1.32.1 (05f146c, 2019-03-08T00:51:49.278Z)
OS version: Windows_NT x64 10.0.17763
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: unavailable_off
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: unavailable_off
Extensions (5)