CesiumGS / cesium-omniverse

Bringing the 3D geospatial ecosystem to Omniverse
https://cesium.com/platform/cesium-for-omniverse/
Apache License 2.0
58 stars 7 forks source link

Debugging C++ code #1

Closed lilleyse closed 2 years ago

lilleyse commented 2 years ago

Investigate whether it's possible to debug C++ library code while running Omniverse Code.

Some starting points:

lilleyse commented 2 years ago

The Omniverse Kit C++ Extension Template has some notes on debugging:

https://github.com/NVIDIA-Omniverse/kit-extension-template-cpp

image

lilleyse commented 2 years ago

There's also the VS Code Link tab in Omniverse Code which I haven't tried yet.

debugging

weegeekps commented 2 years ago

Continued in #65