Displaying 20 results from an estimated 60000 matches similar to: "step by step debugger in R?"
2009 May 28
1
internal and external debugging [was: [R] step by step debugger in R?]
Hello all
I'm coming late to this discussion, and my comments may now be beside the point-- but I have been intending to ask what people think of the pros & cons of internal and external (e.g. 'debug' package) debuggers. When I wrote 'debug', the internal debugger just didn't do what I wanted, but maybe things have changed-- hence this email, to find out. The
2011 Feb 18
1
debugger() fails if "..." in function arguments
Dear all,
I'm having a problem with debugger() in both R 2.8.0 and R 2.12.0.
Probably also versions in-between.
I don't see it logged in the bug database, but it's hard for me to
imagine that no-one else has encountered it. So my question is whether
it's a known problem with a workaround, or do I log it as a new problem?
The situation is that if I use
2015 May 08
3
[LLVMdev] [lldb-dev] [cfe-dev] What does "debugger tuning" mean?
In some cases we do want to make the decision based on the target. For Hexagon, we don't support GDB anymore, only LLDB, so we always want LLDB tuning. The clang driver should have a way to specify that.
--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
-----Original Message-----
From:
2007 Aug 17
2
[LLVMdev] Debugger for Register Allocation
Hi guys,
I have been using a debugger for my register allocator. The debugger
happened to be very useful at catching register assignment errors. I've
put the debugger on-line, if anyone who is working with register
allocation wants to use. The debugger itself has nothing to do with LLVM,
but I've coded a spiller that prints the code in a format that the
debugger can read. The
2007 Aug 18
0
[LLVMdev] Debugger for Register Allocation
On Aug 17, 2007, at 4:17 PM, Fernando Magno Quintao Pereira wrote:
>
> Hi guys,
>
> I have been using a debugger for my register allocator. The
> debugger
> happened to be very useful at catching register assignment errors.
> I've
> put the debugger on-line, if anyone who is working with register
> allocation wants to use. The debugger itself has nothing to
2004 Apr 14
3
Morrowind sees wine as a debugger and refuses to start.
Hello list,
I successfully installed Morrowind. Unfortunately, the game won't start. It
issues a small popup saying a debugger has been detected, and that the
debugger needs to be closed for the game to run.
Is there any way I can avoid programs to see Wine as a debugger?
Thanks!
_________________________________________________________________
MSN Messenger : discutez en direct avec vos
2002 Aug 20
1
Problem with atwin2k.. and debugger output..
DOH! THe probelm was what I was seeing WASN'T the output of the debugger..
The debugger SEEMED to run, but what it was is that there was no font
directories to search (BTW, how do we specify a xfs server?)
Anyways, now that I added a font directory, the real debugger actually comes
up, and shows the following...
<Grumble, can't cut and paste from the wine console/debugger>
2018 Jan 04
0
LLVM IR Debugger
You can attach debug info to the Llvm module about LLVM IR, at which point
one can throw the executable into any debugger and get llvm level debugging.
I've started a patch to revive this feature (DebugIR pass). I've been
sidetracked the past month, but I'll come back to it soon :)
https://reviews.llvm.org/D40778
Cheers,
Siddharth
On Thu 4 Jan, 2018, 09:23 Brenda So via llvm-dev,
2011 Feb 03
2
Possible to ask rspec to show more code in the debugger?
This came up from an other issue where I needed to go check something in
test::unit. Immediately when I dropped into the debugger in test::unit I saw
something I have been missing: test unit by default shows a number of lines
of code. Is there a way to make the rspec debugger do this?
I am not sure if it is just me, but seems to me that when I moved to rspec,
certain things which seemed to be
2004 Aug 09
1
error when calling debugger()
Hi,
I am getting an error message when I am trying to run the debugger() on
the last.dump. The debugger() stops after I make a selection. Could
someone please suggest what it might mean? The R log is included below.
This is R-1.8.1 on RH 7.3.
Thanks, Vadim
> load("last.dump.rda")
> debugger(last.dump)
Message: Error in split(x, f) : Group length is 0 but data length > 0
2007 Mar 06
3
How to disable xen debugger?
Hi,
I followed the instructions in tools/debugger/gdb/README to enable the xen
debugging feature. But after that my system (a kernel module) works 10 times
slower. Maybe the debugger slows down the running.
What''s the right way to reverse and disable the debugger? I tried to disable
the "Kernel hacking -> Compile the kernel with debug info [*]" option. But
it does not help.
2008 Apr 23
2
How-to "unload the debugger and try again"
i have got a game call Stronghold.
I have installed it all went ok no problems, When i try a play it i get this message comeup in the window "unload the debugger and try again".
So my Q is how do you unload the debugger in wine??????
2018 Jan 04
3
LLVM IR Debugger
Hi
I am looking at open projects that LLVM want to implement and it seems to
be a suggestion to write an LLVM IR level debugger. Is there any existing
LLVM projects out there that already does such a thing? If not, I would
like to try implementing one myself.
By debugger, I think it means something like gdb, where you can insert
breakpoints, run code and observe layout of registers and memory at
2010 Aug 21
2
Freelancer - Debugger Issue
The install of Freelancer seemed to work fine ... but when I try to run it, I get a message box saying that a debugger has been detected, and to unload the debugger and try again.
What is this "debugger" and how do I "unload" it?
2005 Jun 09
1
The Sims won't run with debugger
G'day,
I'm using a cvs version from a few days ago, and I've just installed The
Sims and its Livin' Large and House Party extensions with minimal fuss (the
icons were missing in the first setup/autorun screens).
Trying to run the program, it displays a dialog with the title "A debugger
has been detected" and the text "Unload the debugger and try again".
So,
2014 Aug 02
5
[LLVMdev] MCJIT debugger registration interface.
Hi All,
I'd like to revisit the MCJIT debugger-registration system, as the existing system has a few flaws, some of which are seriously problematic.
The 20,000 foot overview of the existing scheme (implemented in llvm/lib/ExecutionEngine/RuntimeDyld/GDBRegistrar.cpp and friends), as I understand it, is as follows:
We have two symbols in MCJIT that act as fixed points for the debugger to
2012 Aug 29
4
xen debugger (kdb/xdb/hdb) patch for c/s 25467
Hi Guys,
Thanks for the interest in the xen hypervisor debugger, prev known as
kdb. Btw. I''m gonna rename it to xdb for xen-debugger or hdb for
hypervisor debugger. KDB is confusing people with linux kdb debugger
and I often get emails where people think they need to apply linux kdb
patch also...
Anyways, attaching patch that is cleaned up of my debug code that I
accidentally left in
2009 Dec 23
1
variable f rather than frame f in debugger
Newb here.
I have a parameter (i.e. do |f|) f in new.html.erb
I am inside the debugger and I issue an
f
and the debugger comes back with
Missing a frame number argument.
How do I get access to the variable f instead of issuing a "frame"
command?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
2012 Oct 09
4
Modern Symbolic debugger for R programmes?
I think I am whistling in the wind, but is there a modern symbolic
debugger for R programmes?
I am working through some one else's code, thousands of lines, that
has the occasional bug in it, and a lot in my understanding of it.
I cannot make setBreakpoint or findLineNum work. I get "No source
refs found.". I am starting to loose my mind!
A debugger where I could set
2015 Apr 15
2
[LLVMdev] About the "debugger target"
While I've already posted reviews for the initial patches for this (see
http://reviews.llvm.org/D8506 and http://reviews.llvm.org/D8599), the
grapevine suggests I should post a lengthier description of my intent
for the "debugger target." The idea was prompted by a suggestion from
Eric Christopher, and I'm running with it.
Various bits of the DWARF we produce are conditional on