How to debug Cocos2d-x C++ on Visual Studio Code

Hello, I am trying to use VS Code for my cocos2d-x c++ development but am not able to find any documentation for this. Can anyone point me in the right direction.

Thank you.

Try to get hold of “Sonar Systems” he the one that know most about installations and would know best for compiler setups I only worked with android studio and debug its perfect. not shore if you call MessageBox(“Hello world”, “Debug Dialog”); would give you output in windows app to get you going and get some sort of output.

Okay thanks!!