Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » New GDB frontend for Theide
Re: New GDB frontend for Theide [message #36112 is a reply to message #35324] Sat, 28 April 2012 22:04 Go to previous messageGo to previous message
mdelfede is currently offline  mdelfede
Messages: 1310
Registered: September 2007
Ultimate Contributor
I added an "Asynchronous break" command, which allows breaking target application on demand without need of a previously breakpoint set.
For example, if you have this endless loop:

int i = 0;
while(true)
{
    Cerr() << i;
    i++;
}


you can use "Asynchronous break" to stop in the middle of it; it'll usually stop inside assembly code, but then with a "step" command you'll land on first available source line.
This work even if you don't know where's your app hanging.

By now, the command will stop ALL your app's threads at once.

Ciao

Max
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: String::Cat optimization
Next Topic: HttpHeader now supports SCGI
Goto Forum:
  


Current Time: Sun Aug 24 11:01:52 CEST 2025

Total time taken to generate the page: 0.04664 seconds