1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Address code review, fix few more issues with formatting

This commit is contained in:
Ivan Savenko
2024-12-01 11:15:13 +00:00
parent 74a4a10f48
commit 36fe8462c5
14 changed files with 43 additions and 45 deletions

View File

@ -21,4 +21,4 @@ The build dir should be set to something like /trunk/build for the debug build a
There is a problem with QtCreator when debugging both vcmiclient and vcmiserver. If you debug the vcmiclient, start a game, attach the vcmiserver process to the gdb debugger(Debug \> Start Debugging \> Attach to Running External Application...) then breakpoints which are set for vcmiserver will be ignored. This looks like a bug, in any case it's not intuitively. Two workarounds are available luckily:
1. Run vcmiclient (no debug mode), then attach server process to the debugger
2. Open two instances of QtCreator and debug vcmiserver and vcmiclient separately(it works!)
2. Open two instances of QtCreator and debug vcmiserver and vcmiclient separately (it works!)