REPL emits columns when `show(;allrows=true)` is executed in Debug Console

Steps to reproduce:

  1. debug some script in vscode where a DataFrame df is generated
  2. type show(df,allcols=true) in the Debug Console like
show(df,allcols=true)
nothing
  1. check the output in Terminal and see something like this:
Row │ pw                                 pdn                                ds                                 dsdn     
     │ Any                                Any                                Any                                Any      
─────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  ⋮  │                 ⋮                                  ⋮                                  ⋮                     ⋮
                                                                                                           2 rows omitted