jacksondunstan / UnityNativeScripting

Unity Scripting in C++

Home Page:https://jacksondunstan.com/articles/3938

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to debug in C++?

kitsek opened this issue · comments

newbie question.
get it running under macOS, wanna debug with Xcode.

Here are the steps:

  1. Click the Debug menu (on the top bar)
  2. Point at Attach to Process
  3. Choose Unity
  4. Set a breakpoint
  5. Run in the editor to execute the breakpoint code
  6. Debug in Xcode

Screenshot:
Debugging_UnityNativeScripting