Skip to content

Commit a3edde8

Browse files
committed
修复加粗显示异常
1 parent f27bf57 commit a3edde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tuto_D_windows_debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* 调试**Carla服务端**:断点打在`Carla/Game/CarlaEngine.cpp`的第87行,然后开始调式,在虚幻编辑器中点击`运行`则会在断点处停止。
3434
![](img/tuto_D_windows_debug/debug_carla_server.png)
3535

36-
* 调式 ** 虚幻编辑器启动 **:断点打在`Carla/Vehicle/VehicleSpawnPoint.h`的第16行,通过vs启动调试后启动虚幻便器到75%时候会停止。
36+
* 调式 **虚幻编辑器启动** :断点打在`Carla/Vehicle/VehicleSpawnPoint.h`的第16行,通过vs启动调试后启动虚幻便器到75%时候会停止。
3737

3838
* 调试 **Python 调用**:断点打在 `Carla/Server/CarlaServer.cpp`的第 721行,然后运行`manual_control.py`(调用`try_spawn_actor`方法生成参与者)则会在断点处停止。
3939

0 commit comments

Comments
 (0)