docs: update docs.microsoft.com links to learn.microsoft.com (#37707)
This commit is contained in:
parent
bb6648b79e
commit
48e13fde80
11 changed files with 16 additions and 16 deletions
|
@ -88,7 +88,7 @@ After completing all of the above, open your cross-compilation command prompt an
|
|||
|
||||
## Debugging native modules
|
||||
|
||||
Debugging native modules can be done with Visual Studio 2017 (running on your development machine) and corresponding [Visual Studio Remote Debugger](https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging-cpp?view=vs-2019) running on the target device. To debug:
|
||||
Debugging native modules can be done with Visual Studio 2017 (running on your development machine) and corresponding [Visual Studio Remote Debugger](https://learn.microsoft.com/en-us/visualstudio/debugger/remote-debugging-cpp?view=vs-2019) running on the target device. To debug:
|
||||
|
||||
1. Launch your app `.exe` on the target device via the _Command Prompt_ (passing `--inspect-brk` to pause it before any native modules are loaded).
|
||||
2. Launch Visual Studio 2017 on your development machine.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue