google / pyringe

Debugger capable of attaching to and injecting code into python processes.
Other
1.63k stars 78 forks source link

There's only one level of symbol file sanity #3

Open TehMillhouse opened 10 years ago

TehMillhouse commented 10 years ago

The debugger only differentiates between 'safe' and 'potentially unsafe' symbol files, and even when using symbol information deemed safe by the debugger, there may be problems. The debugger should have knowledge of finer granularity about which symbols (and by extension, which features) are available.