PyDev.Debugger
PyDev.Debugger copied to clipboard
CMD_RUN_CUSTOM_OPERATION encodes response twice
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)