Tagged Questions
The breakpoint tag has no wiki summary.
10
votes
6answers
2k views
data breakpoints in java/eclipse
when developing C++ with VS you have this amazing feature of data breakpoints, which trigger when the data at a certain address in memory changes.
is there a similar feature when developing java in ...
5
votes
3answers
90 views
Return from a function using a breakpoint
Is it possible to automatically return from a function using a Breakpoint/Tracepoint?
I don't want to drag the execution point or set it with CTRL+SHIFT+F10 every time the breakpoint is hit.
I tried ...
4
votes
3answers
139 views
In Java/Eclipse, why does setting a breakpoint in my code alter the effect of that statement?
I'm writing an Android app in Eclipse, and displaying some text on screen using a TextView. A different thread sometimes changes the text of this view, with the following code:
runOnUiThread(new ...
4
votes
2answers
106 views
How do I set a breakpoint for when a vector<int> increases in length?
I have a vector that is empty, something is filling it somewhere and I cant find it. I want to set a memory breakpoint so that when the push_back occurs the program will break.
I'm using Visual ...
3
votes
0answers
106 views
Hardwarebreakpoint WINAPI
I'm currently implementing the last task for a little debug framework, namely HW Breakpoints.
I referred to this article so far: http://www.codeproject.com/KB/debug/hardwarebreakpoint.aspx and a Book ...
3
votes
2answers
65 views
Drop in Single Breakpoint in Ruby Code
I am trying to find ruby code that has commiserate functionality to these lines in python:
import code
code.interact(local=locals())
These lines essentially insert a single breakpoint into my code ...
3
votes
1answer
78 views
Xcode 4 debuger break in wrong file
I have to say, I have been search this problem for months in google & bing &…
here's the thing:
1) set a breakpoint in my .m file somewhere
2) run it
3) the debuger just stop in a weird file ...
3
votes
4answers
73 views
How get brekpoint on variable write in Visual Studio?
How I can set breakpoint on variable change(i think this is write access) in Visual Studion?
3
votes
1answer
278 views
gdb catchpoint for uncaught C++ exceptions only?
I can tell the gdb debugger to stop as soon as any C++ exception is thrown by setting a catchpoint with the gdb command
catch throw
However, is there any way to only stop at uncaught C++ exceptions ...
3
votes
1answer
299 views
Firebug programmatic breakpoint?
Is there any way to set a programmatic breakpoint in JavaScript, so that Firebug will stop executing code and I can continue step by step debug inside the Firebug.
Something similar to what is done ...
3
votes
1answer
47 views
VS DataBreakpoints: difference between C and C++
when you set a databreakpoint in MSVS, then you put in the address and the number of bytes and finally it lets you choose betwenn "C" and "C++".
this last part i dont know what it is about? what is ...
2
votes
1answer
61 views
VS2010 ASP.NET: How can I set a breakpoint in my Javascript?
I know Javascript breakpoints are possible because I used to do it all the time in my previous job using VS2010. At my new job now, VS tells me it can't set the breakpoint. Instead, I have to put ...
2
votes
1answer
80 views
OpenJDK breaks on processWorkerExit with no breakpoint
I'm running tomcat 7.0.21 on OpenJDK
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.9) (6b20-1.9.9-0ubuntu1~10.10.2)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
in ...
2
votes
2answers
137 views
Adding a breakpoint in the middle of a line with Chrome Web Inspector
Say I have some JavaScript code like this:
function breakpointInside() { console.log("How do I add a breakpoint here?"); }
breakpointInside();
Assume I can't edit the source file. I would like to ...
2
votes
1answer
376 views
Eclipse cdt/gdb automatic breakpoint on program entry - how to disable?
I am using eclipse cdt to develop a c++ program. One thing that drives me crazy is that either eclipse cdt or gdb which it uses for debugging break automatically on main method entry. I don't want to ...
2
votes
2answers
383 views
XCode/GDB stops on my auto-continue breakpoints when debugging on Device
I just discovered (thanks to another very helpful post) that I can use GDB commands to create breakpoints that log information to the GDB console, whether debugging on the device or simulator. This is ...
2
votes
2answers
354 views
Android device disconnects from debugger a few seconds after breakpoint is hit
This has been plaguing me for a few days now. Any time I try to use a breakpoint to debug into anything other than an activity (background service, broadcast receiver, input method) my breakpoint will ...
2
votes
3answers
2k views
What's the Break instruction exception in windbg
I'm debugging some random crash bugs, but actually very difficult to go deep into. Because when i open crash dump, only find one error:
0:000> .exr -1
ExceptionAddress: 00000000
ExceptionCode: ...
2
votes
3answers
3k views
Are “EXC_BREAKPOINT (SIGTRAP)” exceptions caused by debugging breakpoints?
I have a multithreaded app that is very stable on all my test machines and seems to be stable for almost every one of my users (based on no complaints of crashes). The app crashes frequently for one ...
2
votes
2answers
604 views
how can I put a breakpoint on “something is printed to the terminal” in gdb?
I would like to know from where inside a huge application a certain message is printed. The application is so big and old that it uses all conceivable ways of printing text to the terminal; for ...
2
votes
1answer
837 views
gdb, set breakpoint on all functions in a file
Is there a single command in gdb which can set breakpoints on all the functions in a given file ?
I know about rbreak regex which sets breakpoints in matching regular expression functions, but my file ...
1
vote
3answers
43 views
Is it possible in Eclipse to define a set of breakpoints and only have them fire after a given event happens?
I'd like to set a set of breakpoints in a couple of tight loops.. but I just want them to fire after a given event occurs.
The problem lies in the fact that all those breakpoints are defined in a ...
1
vote
2answers
67 views
C# Event right before and after calling Debugger.Break()?
I'm debugging an AI bot that's being fed 'replay' input data to make it replay a previously played match. Each turn is limited to a certain amount of time, which the bot uses to calculate its ...
1
vote
1answer
87 views
javascript debugging: Is there a way to break on a change of variable value?
Similar to other questions here, like this one.
Is there a way to break on the change of a variable value in any javascript debugger? (like IE Developer tools, Visual Studio, or Firebug?)
I guess ...
1
vote
3answers
97 views
Debugging - how do I execute code line by line?
I am having a hard time debugging my C# app in Visual Studio. I can't figure out how to debug code line by line, but not at the moment the program starts (because I would have to F5 a lot of times as ...
1
vote
1answer
58 views
Xcode/GDB — continue with a method call that is specified in the debugger?
Is this possible?
Basically, what I want to do is, when I am stopped at a breakpoint, I want to have it call [someObject someMethod], then continue. It is important that the method call happen as a ...
1
vote
0answers
29 views
Xcode debugger — allow breakpoints to work while evaluating something from a breakpoint?
Is this possible? For example, if I am stopped at a breakpoint, and I enter
po [foo description]
into the console, the debugger will print the description of foo. But if it hits another ...
1
vote
1answer
98 views
DebugBreak equivalent in Java?
I'm looking for a way to break into the debugger from Java code, without setting a breakpoint in the IDE.
In Win32 there was DebugBreak(), in C# there's DebugBreak() Equivalent in C#, but I can't ...
1
vote
1answer
86 views
Application exits without notice/error when triggering a breakpoint
I just upgraded to the latest version of both MonoDevelop and MonoTouch and now whenever I try to hit a break point the simulator just exits. Nothing to the application output either. Anyone else ...
1
vote
1answer
207 views
how to set eclipse watchpoint to activate when object/primitive changes
I'm trying to reactor some rather horrible code at the moment. It's passing around objects in a very convoluted manner I can't keep track of and apparently directly accessing primitives within the ...
1
vote
0answers
157 views
How to set a breakpoint in code from referenced .dll?
I am trying to set a breakpoint on a method from library System.Web.Mvc:
Microsoft.Web.Mvc.Html.HtmlHelperExtensions.EditorFor
The symbols are loaded. But how can I set a breakpoint if I can't open ...
1
vote
3answers
342 views
SSIS - breakpoints in Scrip Task
Why are the breakpoints set in Script Tasks of SSIS package (VS2005) being ignored??
I created a new package, added one simple Script Task to it, and no matter where I set the breakpoints in that ...
1
vote
2answers
79 views
visual studio breakpoint when array item is accessed?
I have an array that gets accessed in very complex ways; is it possible to break in visual studio 2008 when a certain element of the array is accessed? Or the array itself is accessed?
Thanks.
1
vote
2answers
367 views
Is there a Visual Studio macro to set a breakpoint on the start of every method in a class?
Is there a Visual Studio macro (either for version 2008 or 2010) to set a breakpoint on the start of every method in a class?
I've seen hints of references, but I've not been able to dig an actual ...
1
vote
1answer
152 views
Extendscript Toolkit not stopping at breakpoints, why?
I am scripting Illustrator CS5 with the Extendscript Toolkit.
I set several breakpoints in my code, they show up as red dots next to the line number. But when I run the script, it executes all the ...
1
vote
2answers
593 views
Netbeans 6.8 the breakpoint icon isn't a pink square but a vertically cutted in half pink square
im using NB 6.8. When i add a breakpoint an icon is added next to the line of code. But that icon is not a pink square but a vertically cutted in half pink square.
Is this the new icon that ...
1
vote
2answers
430 views
Looking for a way to trap CPUID instructions
I am looking for a neat way to trap and fiddle with the CPUID instruction of Linux processes. Played around with ptrace() and patching all cpuid opcodes in all executable mmap'ed regions that are ...
1
vote
5answers
2k views
Cannot put breakpoint in an ASP.NET MVC view when running in IIS7
I'm forced to use IIS7 because Casini is only x86 and we are running with x64 ELMAH.
Something I've noticed since I've switched is that I cannot set breakpoints in ASP.NET MVC views anymore. I'm not ...
0
votes
1answer
21 views
“Source not found” when debugging android app using Eclipse
Code is as follows, and i set a breakpoint on certain line(i have marked it in the code below, in fact, Eclipse always tells me "source no found", wherever i set the breakpoint):
package ...
0
votes
1answer
28 views
gcc versus as-ld for debugging purpose , not hit on gdb breakpoints
My platform is ubuntu i686 (32 bits)
If i compile a assembly source with gcc driver with debugging options :
gcc -nostartfiles -g -o toupper toupper.s
I open the toupper executable with gdb ...
0
votes
0answers
28 views
stopping on breakpoints on xcode 4.2.1 doesn't show me code
When I stop at breakpoint on xcode, I don't seed the code, but what I believe to be the memory stack.
(wanted to add an image, but no allowed yet)
Help please
0
votes
0answers
24 views
Android - App starts but doesn't load on debug mode
When running my app on debug mode, I see the "Connecting debugger" dialog, but after it's gone - I see a black screen and nothing happens.
I put a breakpoint on the first line of the onCreate() ...
0
votes
2answers
53 views
ASP.NET Class Library not hitting break points
I have an ASP.NET web aplication using vs2008. It used to let me hit my break points but for some unknown reason in this site it won't let me hit them any more.
I have set everything to debug and re ...
0
votes
3answers
42 views
How do I set a VxWorks breakpoint on a C static function?
I work on a vxworks platform in C. I am not able to set a breakpoint on a static C function. In fact when I do a lkup on the function name when the code is loaded on my card it is not found.
If I ...
0
votes
1answer
28 views
What effect does setting breakpoints in gdb have on the address space?
I recently read a text regarding buffer overflows that mentioned that setting breakpoints can offset your memory addresses a bit. I think I ran into this issue the other day when attempting to ...
0
votes
1answer
19 views
Check for variable being set to specific value during debugging
In Visual Studio 2008, how do I have the code stop at my breakpoint only when a variable is at a specific value?
0
votes
2answers
89 views
“The breakpoint will not currently be hit. No symbols have been loaded for this document” when debugging asp.net service
I am designing an ASP.NET website, which also provides a WCF service for client applications to use. However, when I put a breakpoint at the beginning of the service's operation function, it shows the ...
0
votes
0answers
65 views
Breakpoint not getting hit in managed code
I am using Visual Studio 2010 & .NET Framework 3.5.
In my solution, I have a C++ project and a C# project. The C++ code in the former project invokes the managed code in the latter via (reverse) ...
0
votes
1answer
44 views
Determining full XHR request URL on a Google Chrome XHR Breakpoint
I am initiating a jQuery ajax ($.ajax) post, within the Google Chrome browser.
I have setup a XHR breakpoint in the "XHR Breakpoints" section of the "Scripts" tab within the Developer Tools.
The ...
0
votes
0answers
63 views
IntelliJ/Grails 2.0: Not stopping at break point in controller
Here's a weird scenario:
My controller has the following:
def test = {
flash.message = "Message"
}
def save = {
flash.message = "Message"
}
My Test looks like that:
void testSaveSucceeds() ...