Skip to content

Commit

Permalink
fix: v2 patch migration guides/debug (tauri-apps#1746)
Browse files Browse the repository at this point in the history
* fix links

* remove broken comment

* rename

* rename

---------

Co-authored-by: Lorenzo Lewis <[email protected]>
  • Loading branch information
vasfvitor and lorenzolewis authored Dec 11, 2023
1 parent 89a73e9 commit eec732a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/_it/guides/debug/vs-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ Nota che non utilizza il Tauri CLI, quindi le esclusive funzioni CLI non vengono
Ora puoi impostare breakpoint in `src-tauri/src/main.rs` o in qualsiasi altro file Rust e iniziare il processo di debug premendo `F5`.

[`vscode-lldb`]: https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
[Core Process of your Tauri app]: ../../references/architecture/process-model.md#the-core-process
[Core Process of your Tauri app]: https://tauri.app/v1/references/architecture/process-model#the-core-process
2 changes: 1 addition & 1 deletion src/content/docs/_ko/guides/debug/vs-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ Tauri CLI를 사용하지 않으므로 전용 CLI 기능이 실행되지 않습
이제, `src-tauri/src/main.rs` 혹은 다른 Rust 파일에 중단점을 설정하고 `F5`를 눌러 디버깅을 시작할 수 있습니다.

[`vscode-lldb`]: https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
[Core Process of your Tauri app]: ../../references/architecture/process-model.md#the-core-process
[Core Process of your Tauri app]: https://tauri.app/v1/references/architecture/process-model#the-core-process
2 changes: 1 addition & 1 deletion src/content/docs/fr/guides/debug/vs-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ Notez qu'il n'utilise pas la CLI Tauri, donc les fonctionnalités CLI exclusives
Vous pouvez maintenant définir des points d'arrêt dans `src-tauri/src/main.rs` ou tout autre fichier Rust et commencer le débogage en appuyant sur `F5`.

[`vscode-lldb`]: https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
[Core Process of your Tauri app]: ../../references/architecture/process-model.md#the-core-process
[Core Process of your Tauri app]: https://tauri.app/v1/references/architecture/process-model#the-core-process
3 changes: 1 addition & 2 deletions src/content/docs/guides/debug/vs-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@ Note that it does not use the Tauri CLI, so exclusive CLI features are not execu

Now you can set breakpoints in `src-tauri/src/main.rs` or any other Rust file and start debugging by pressing `F5`.

{/* TODO: Update this to the equivalent: references/architecture/process-model.md#the-core-process */}
[core process of your tauri app]: ../../references/architecture/process-model.md#the-core-process
[core process of your tauri app]: https://tauri.app/v1/references/architecture/process-model#the-core-process
2 changes: 1 addition & 1 deletion src/content/docs/zh-cn/guides/debug/vs-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ Tauri CLI를 사용하지 않으므로 전용 CLI 기능이 실행되지 않습
이제, `src-tauri/src/main.rs` 혹은 다른 Rust 파일에 중단점을 설정하고 `F5`를 눌러 디버깅을 시작할 수 있습니다.

[`vscode-lldb`]: https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
[Core Process of your Tauri app]: ../../references/architecture/process-model.md#the-core-process
[Core Process of your Tauri app]: https://tauri.app/v1/references/architecture/process-model#the-core-process

0 comments on commit eec732a

Please sign in to comment.