Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. File → Open → Select the MXNet directory.
    1. Setup VSCode for Debugging Python and C++ code
      • View → Debug
      • Click
      on  tools icon below then select python. This creates and opens up a launch.json file
      • on the Current configuration drop-down (in screenshot below it says "No Configurations")
      Image Added
    • In the drop-down choose "Add Configuration"
      Image Added
    • Choose "Python" as the configuration type
      Image Added
    • And then you'll see the new configuration file "launch.json" with few default debug configurations. Delete all the contents and copy below provided launch.json.

...

    • Image Added


 

Copy below snippet to 'launch.json' and save. We have 3 launch configurations below:

...