comparison: DebugClients/Python3/DebugBase.py
DebugClients/Python3/DebugBase.py
- changeset 4543
- 2e6a880670e9
- parent 4455
- ca13a6f6c452
- child 4563
- 881340f4bd0c
- child 4632
- ca310db386ed
equal
deleted
inserted
replaced
888 Protected method to return the last debugger event. |
888 Protected method to return the last debugger event. |
889 |
889 |
890 @return last debugger event (string) |
890 @return last debugger event (string) |
891 """ |
891 """ |
892 return self.__event |
892 return self.__event |
|
893 |
|
894 # |
|
895 # eflag: noqa = M702 |