Skip to content

Commit 870c4b9

Browse files
author
mkrauskopf
committed
Some CLI options did not work. Setting them during Debugger construction, not during start where they might be already set.
git-svn-id: svn://rubyforge.org/var/svn/debug-commons/jruby-debug/trunk@398 81809f3d-796b-46d8-ad85-64d9ccf65f30
1 parent 8eabcae commit 870c4b9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/org/jruby/debug/Debugger.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ IRubyObject start(IRubyObject recv, Block block) {
7575
lastThread = nil;
7676
started = true;
7777
setLastContext(runtime, nil);
78-
tracing = false;
79-
postMortem = false;
80-
keepFrameBinding = false;
81-
debug = false;
82-
trackFrameArgs = false;
8378
catchpoint = nil;
8479
catchpointAsString = null;
8580
debugEventHook = new DebugEventHook(this, runtime);

0 commit comments

Comments
 (0)