Skip to content

Commit 37e13c0

Browse files
Update debugging.md (#5951)
* Update debugging.md Remove Scrappy type * Update debugging.md Remove watson
1 parent 9687707 commit 37e13c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/python/debugging.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,6 @@ The configuration dropdown provides various different options for general app ty
501501
| Flask | See [Flask debugging](#flask-debugging) below. |
502502
| Gevent | Adds `"gevent": true` to the standard integrated terminal configuration. |
503503
| Pyramid | Removes `program`, adds `"args": ["${workspaceFolder}/development.ini"]`, adds `"jinja": true` for enabling template debugging, and adds `"pyramid": true` to ensure that the program is launched with [the necessary `pserve` command](https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/startup.html?highlight=pserve). |
504-
| Scrapy | Specifies `"module": "scrapy"` and adds `"args": ["crawl", "specs", "-o", "bikes.json"]`. |
505-
| Watson | Specifies `"program": "${workspaceFolder}/console.py"` and `"args": ["dev", "runserver", "--noreload=True"]`. |
506504

507505
Specific steps are also needed for remote debugging and Google App Engine. For details on debugging tests, see [Testing](/docs/python/testing.md).
508506

0 commit comments

Comments
 (0)