Debugging frappe

Hi can anyone help me in setting up debugging in frappe
I added this configuration in my launch.json but its not working
{
“name”: “Bench”,
“type”: “python”,
“request”: “launch”,
“program”: “${workspaceFolder}/frappe/frappe/utils/bench_helper.py”,
“args”: [
“frappe”, “serve”, “–port”, “8000”, “–noreload”, “–nothreading”
],
“pythonPath”: “${workspaceFolder}/…/env/bin/python”,
“cwd”: “${workspaceFolder}/…/sites”,
“env”: {
“DEV_SERVER”: “1”
}
}

Can you compare your setting with this: DEBUGGING frappe erpnext custom development with PyCharm or any tool - #8 by Tufan_Kaynak2