Skip to content

Commit 76ef9c0

Browse files
committed
darker fmt
1 parent aa17add commit 76ef9c0

File tree

1 file changed

+1
-0
lines changed
  • cross-project-tests/debuginfo-tests/dexter/dex/debugger

1 file changed

+1
-0
lines changed

cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def update(self, logger: Logger, feature_dict: dict):
129129
else:
130130
logger.warning(f"DAP: Unknown support flag: {k}")
131131

132+
132133
# As DAP does not give us a trivially query-able process, we are responsible for maintaining our own state information,
133134
# including what breakpoints are currently set, and whether the debugger is running or stopped.
134135
# This class holds all state that is set based on events sent by the debug adapter; most responses are forwarded through

0 commit comments

Comments
 (0)