mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
unit tests now check for uncollectable-object (gc.garbage)
This commit is contained in:
@@ -11,10 +11,10 @@ TODO:
|
||||
- Test !! (bp, BP_HX, bp on only on process, bp_hx on only one thread..)
|
||||
- test breakpoint with specific target
|
||||
|
||||
-Debugger
|
||||
|
||||
- Rethink/adapt Debugger._explicit_single_step
|
||||
Does not handle case where EEFlags.TF was by the debugge before trigering the exception
|
||||
Should set the flag explicitly in single_step ? and not just use EEFlags.TF ?
|
||||
- Does not handle case where EEFlags.TF was by the debugge before trigering the exception
|
||||
- Should set the flag explicitly in single_step ? and not just use EEFlags.TF ?
|
||||
- _handle_load_dll
|
||||
- error in keys of 'self._module_by_process[self.current_process.pid]'
|
||||
- if I have a ntdll32 and ntdll64: both would have the same name in the list..
|
||||
|
||||
Reference in New Issue
Block a user