How to debug project with vs2003
I want to debug or modify the code, but how can I open it with vs2003? It seems that it is difficult to make sln file by myself.
6 posts
Originally posted by kichikThanks kichik.
Compile with DEBUG=yes and you should get a pdb file. Search for ['DEBUG'] in the *.py files and you should easily find out how to add more flags yourself.