mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Added autodoc for FunctionCallBP
This commit is contained in:
@@ -82,6 +82,12 @@ When a breakpoint is hit, its ``trigger`` function is called with the debugger a
|
||||
|
||||
This means that a MEMBP at address ``X`` won't be triggered by a write of size 4 at address ``X - 1``. it's sad I know.
|
||||
|
||||
|
||||
.. autoclass:: FunctionCallBP
|
||||
:members:
|
||||
:inherited-members:
|
||||
:special-members: __init__
|
||||
|
||||
.. autoclass:: FunctionBP
|
||||
:members:
|
||||
:inherited-members:
|
||||
|
||||
Reference in New Issue
Block a user