How to debug GDExtension with Xcode?
Asked Answered
Z

1

0

I can add symbolic breakpoints in Xcode with debug build. Breakpoints are hit. Calling stack is showed. But source code is not showed. Is there any settings to get the source code in debugging?

Zwolle answered 23/11, 2023 at 3:35 Comment(0)
Z
0

There is an option in Xcode menu: Debug > Debug Workflow > Always Show Disassembly. It is turned on by default. Turn it off and source will show.

Zwolle answered 23/11, 2023 at 4:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.