Digital-Humans-23 / a2

4 stars 0 forks source link

VSCode Debugger #9

Closed mizeller closed 1 year ago

mizeller commented 1 year ago

2 basic questions for getting started with this assignment:

Is there a way to place a debug checkpoint i.e. in quadratic_reward.py and stop there? Also, is there a way to use the VSCode testing feature for the tests?

Thank you in advance! :-)

MiguelZamoraM commented 1 year ago
mizeller commented 1 year ago

great thanks! i didn't know about the launch.json step...

mizeller commented 1 year ago

Remark: I also had to add the debug argument in the launch.json, otherwise it would crash on line 67 in scripts.py.