[Tips] debugging - lge-ros2/cloisim GitHub Wiki
Configuration Guide
Search and import "VSCode" package from Unity Asset Store
Unity-VSCode
Set a configuration like below screenshot at Preferences menu.

Install "Unity Debugger" from VSCode

How to debug
Step
- Mark breakpoint at Code and start Debugging(F5)
- Play(Ctrl+P) game at Unity
Enjoy debugging
- Investigate values in 'Local Variables' or values what you want at 'Watch'
- Check call stack flow
- Debugging anything you want at 'DEBUG CONSOLE' like gdb
Example
