Skip to content

Correct MacOS version number and add MacOS debugging to VS Code#19

Merged
MorsGames merged 1 commit into
MorsGames:masterfrom
azphina:master
May 8, 2026
Merged

Correct MacOS version number and add MacOS debugging to VS Code#19
MorsGames merged 1 commit into
MorsGames:masterfrom
azphina:master

Conversation

@azphina

@azphina azphina commented May 7, 2026

Copy link
Copy Markdown
Contributor

Self explanatory. Uses CodeLLDB extension just like Windows

@HybridEidolon

Copy link
Copy Markdown
Contributor

The version number is good, but I think we should use CMakeTools extension to handle debug configurations instead, in the general case.

@MorsGames

Copy link
Copy Markdown
Owner

The version number is good, but I think we should use CMakeTools extension to handle debug configurations instead, in the general case.

How would that work?

@HybridEidolon

Copy link
Copy Markdown
Contributor

Example (for another game)

   "cmake.debugConfig": {
       "type": "lldb",
       "args": ["-noexchndl", "-win", "-nofork", "-skipintro"],
       "cwd": "D:/path/to/developmentinstallation",
       "environment": [
           {
               "name": "RINGRACERSWADDIR",
               "value": "D:/path/to/developmentinstallation"
           }
       ],
       "env": {
           "RINGRACERSWADDIR": "D:/path/to/developmentinstallation"
       }
   },

shift+f5 to debug

@MorsGames

Copy link
Copy Markdown
Owner

Well, that could be a worthy change I suppose, but what's here currently works and I have limited time I can spend to this project so I'll let it stay as is for now

@MorsGames MorsGames merged commit af5026a into MorsGames:master May 8, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants