Day: December 20, 2021

  • Debugging C++ based Maya plug-in with Visual Studio debugger

    Debugging C++ based Maya plug-in with Visual Studio debugger

    Summary Visual Studio can attach to running maya.exe process with Debug > Attach to Process. This post describe using the debugger to debug Maya C++ plug-in. Prerequisites Software environments: Maya 2022 Update 2 Visual Studio 2019 Windows 10 Pro v21H1 Maya.env: Steps Click Properties in your project. Click Configuration Properties > Debugging. Type your maya.exe…