You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
## How to run
20
20
- Code
21
21
- Install all the required packages: `npm install`
22
-
- Start Requests Debugger with the required arguments: `npm run start -- <args>`.
22
+
- Start Requests Debugger with the required arguments: `npm run start -- <args>`. On windows, use `node src\requestsDebugger.js` if npm run start fails.
23
23
- Supported `args`:
24
24
-`--port <port>`: Port on which the Requests Debugger Tool's Proxy will run. Default: 9687
25
25
-`--reverse-proxy-port <port>`: Port on which the Requests Debugger Tool's Reverse Proxy will run. Default: 9688
0 commit comments