diff --git a/python/helpers/pydev/_pydevd_bundle/tables/pydevd_polars.py b/python/helpers/pydev/_pydevd_bundle/tables/pydevd_polars.py index 02bab39a7e11..73fbac0c5520 100644 --- a/python/helpers/pydev/_pydevd_bundle/tables/pydevd_polars.py +++ b/python/helpers/pydev/_pydevd_bundle/tables/pydevd_polars.py @@ -50,6 +50,7 @@ def __create_config(): # type: () -> pl.Config cfg = pl.Config() cfg.set_tbl_cols(-1) # Unlimited + cfg.set_tbl_rows(-1) # Unlimited cfg.set_fmt_str_lengths(MAX_COLWIDTH) # No option to set unlimited, so it's 100_000 return cfg