Implementing a #python debugger doesn't seem to be the most easy task I've picked.
The bdb module helps a lot but how do I make breakpoints actually stop the code?
Good thing IDLE has a similar feature to what I want to do, maybe reading its code helps me out ^^







