How to enable debugger in Jupyter Lab (Version 4.0.8)

Hello, I am working on an assignment and have written the code in the Notebook. To debug the code, I need to use Jupyter Lab, but I am unable to open the debugger cell. I am using version 6.28.0 of ipykernel.

I tried using the command

conda create -n jupyterlab-debugger -c conda-forge jupyterlab=3 "ipykernel>=6" xeus-python

but it did not work.

I am new to Jupyter Lab and have never used it before. I need to debug my code using the lab and not any other application. Can someone please guide me on how to solve this issue?

Thank you in advance.

Thanks in advance.