##// END OF EJS Templates
fix for list pdb listcommand, broken for %run -d...
fix for list pdb listcommand, broken for %run -d when calling %run -d the filename available for pdb is <string> which is not a proper filename. %run now adds a _exec_lines attribute containing the correct filename.
Jörgen Stenarson -
r8317:82c96fc2
Show More