dabeaz / curio

Good Curio!
Other
4.02k stars 241 forks source link

Allow personalization of debugger used. #135

Closed kdart closed 6 years ago

kdart commented 7 years ago

Also change the flag to "debug" to be more readable.

I prefer using a different debugger than pdb. This is a simple change allows an environment setting to choose an alternate debugger.

dabeaz commented 7 years ago

I've removed debugger functionality entirely from the kernel for the moment. Rethinking crash handling .