search for: do_blah

Displaying 2 results from an estimated 2 matches for "do_blah".

2005 Mar 18
2
Trouble debugging with gdb, R on Windows
...ot;, CmdShow=10) at ../graphapp/graphappmain.c:59 59 startgraphapp(Instance, PrevInstance, CmdShow); (gdb) break R_ReadConsole Cannot access memory at address 0x23e17 (gdb) info symbol 0x23e17 R_ReadConsole in section .text (gdb) Any suggestions? Attempting to set other break points (do_BLAH) gives the same result. I compiled with 'make DEBUG=T' per the instructions on Duncan Murdoch's Building R for Windows page. I also tried compiling after modifying the makefiles to remove -02 optimization (see patch below for what I did). Thanks, + seth Index: src/extra/int...
2007 Jan 08
2
thoughts on mocks and specs
I spent the last couple of days getting my sea legs with Rails and RSpec. I''d been waiting til things seemed calmer before jumping in, and I''m overall very happy with my experience so far. My only real annoyance so far has been forgetting to call "do_post" or "do_create" from my specify blocks. My mocks don''t get the calls they want, and it usually