TclProDebug icon indicating copy to clipboard operation
TclProDebug copied to clipboard

Fix brokenness with spaces in file paths for Windows.

Open apnadkarni opened this issue 6 years ago • 0 comments

This pull requests fixes the following cases that caused breakage on Windows:

  • spaces in the path to tclprodebug
  • spaces in the path to the Tcl script being debugged
  • spaces in the path to the application running the script

Unix may have similar issues but the code paths are different and not addressed here. Spaces in file paths are in any case far less common on Unix.

apnadkarni avatar Feb 26 '18 03:02 apnadkarni