As I step through code, the Ruby debugger displays the file:line with forward slashes in the pathname.
Is there a switch that will turn the forward slashes to backslashes so I can conveniently open the files in a Windows environment?
As I step through code, the Ruby debugger displays the file:line with forward slashes in the pathname.
Is there a switch that will turn the forward slashes to backslashes so I can conveniently open the files in a Windows environment?
Windows supports both kinds of slashes, so this shouldn't impact you.
Steve,
Monday, December 19, 2011, 10:06:50 AM, you wrote:
Windows supports both kinds of slashes, so this shouldn't impact you.
My favorite editor, an ancient version of Visual Slick Edit, does not support it and will report an invalid file name.