You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both `up` and `down` only show 1 source line when called, I think it
would be more useful if there was a configurable way to provide more
context.
This adds a `show_src_lines_frame` configuration option (which defaults
to `1`) that determines how many source lines get shown for frame operations `up`, `down`, and `set` (frame).
local_fs_map: ['RUBY_DEBUG_LOCAL_FS_MAP',"REMOTE: Specify local fs map",:path_map],
52
-
skip_bp: ['RUBY_DEBUG_SKIP_BP',"REMOTE: Skip breakpoints if no clients are attached",:bool,'false'],
53
-
cookie: ['RUBY_DEBUG_COOKIE',"REMOTE: Cookie for negotiation"],
54
-
session_name: ['RUBY_DEBUG_SESSION_NAME',"REMOTE: Session name for differentiating multiple sessions"],
55
-
chrome_path: ['RUBY_DEBUG_CHROME_PATH',"REMOTE: Platform dependent path of Chrome (For more information, See [here](https://github.com/ruby/debug/pull/334/files#diff-5fc3d0a901379a95bc111b86cf0090b03f857edfd0b99a0c1537e26735698453R55-R64))"],
46
+
open: ['RUBY_DEBUG_OPEN',"REMOTE: Open remote port (same as `rdbg --open` option)"],
local_fs_map: ['RUBY_DEBUG_LOCAL_FS_MAP',"REMOTE: Specify local fs map",:path_map],
53
+
skip_bp: ['RUBY_DEBUG_SKIP_BP',"REMOTE: Skip breakpoints if no clients are attached",:bool,'false'],
54
+
cookie: ['RUBY_DEBUG_COOKIE',"REMOTE: Cookie for negotiation"],
55
+
session_name: ['RUBY_DEBUG_SESSION_NAME',"REMOTE: Session name for differentiating multiple sessions"],
56
+
chrome_path: ['RUBY_DEBUG_CHROME_PATH',"REMOTE: Platform dependent path of Chrome (For more information, See [here](https://github.com/ruby/debug/pull/334/files#diff-5fc3d0a901379a95bc111b86cf0090b03f857edfd0b99a0c1537e26735698453R55-R64))"],
56
57
57
58
# obsolete
58
-
parent_on_fork: ['RUBY_DEBUG_PARENT_ON_FORK',"OBSOLETE: Keep debugging parent process on fork",:bool,"false"],
59
+
parent_on_fork: ['RUBY_DEBUG_PARENT_ON_FORK',"OBSOLETE: Keep debugging parent process on fork",:bool,"false"],
0 commit comments