Skip to content

Commit

Permalink
docs: Fix typo on line 967 (apache#17785)
Browse files Browse the repository at this point in the history
* Line 976 was wakeup, now wake up

* Removed package lock to test environment

* Return original package-lock.json
  • Loading branch information
ChristopherCFleming authored and shcoderAlex committed Feb 7, 2022
1 parent e302202 commit 075bbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ You are now ready to attach a debugger to the process. Using VSCode you can conf
}
```
VSCode will not stop on breakpoints right away. We've attached to PID 6 however it does not yet know of any sub-processes. In order to "wakeup" the debugger you need to modify a python file. This will trigger Flask to reload the code and create a new sub-process. This new sub-process will be detected by VSCode and breakpoints will be activated.
VSCode will not stop on breakpoints right away. We've attached to PID 6 however it does not yet know of any sub-processes. In order to "wake up" the debugger you need to modify a python file. This will trigger Flask to reload the code and create a new sub-process. This new sub-process will be detected by VSCode and breakpoints will be activated.
### Debugging Server App in Kubernetes Environment
Expand Down

0 comments on commit 075bbb4

Please sign in to comment.