PyDev.Debugger icon indicating copy to clipboard operation
PyDev.Debugger copied to clipboard

CMD_RUN_CUSTOM_OPERATION encodes response twice

Open trofimander opened this issue 11 years ago • 0 comments

Unlike all other debugger commands.

First time by quote_plus in pydevd_comm.py: 1227 (InternalRunCustomOperation), Second time by quote in pydevd_comm.py: 532 (makeMessage)

trofimander avatar Sep 01 '14 16:09 trofimander