mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fixing a typo
This commit is contained in:
parent
38d7dd4917
commit
8c166ec0d9
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ class VSCodeMessageProcessor(ipcjson.SocketIO, ipcjson.IpcChannel):
|
|||
line = src_bp['line']
|
||||
vsc_bpid = self.bp_map.add(
|
||||
lambda vsc_bpid: (path, vsc_bpid))
|
||||
msg = msgfmt.format(vsc_bpid, path. line)
|
||||
msg = msgfmt.format(vsc_bpid, path, line)
|
||||
self.pydevd_notify(cmd, msg)
|
||||
bps.append({
|
||||
'id': vsc_bpid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue