Skip to content

Commit

Permalink
wip - logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Feb 12, 2024
1 parent 9b298e2 commit 8616139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _pydevd_bundle/pydevd_net_command_factory_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,9 @@ def after_send(socket):
def make_thread_suspend_message(self, py_db, thread_id, frames_list, stop_reason, message, trace_suspend_type, thread, info):
from _pydevd_bundle.pydevd_comm_constants import CMD_THREAD_SUSPEND
if py_db.multi_threads_single_notification:
pydev_log.debug("Skipping per-thread thread suspend notification.")
return NULL_NET_COMMAND # Don't send per-thread, send a single one.
pydev_log.debug("Sending per-thread thread suspend notification.")

exc_desc = None
exc_name = None
Expand Down

0 comments on commit 8616139

Please sign in to comment.