This is a discussion on how to disable breakpoints in dbx within the AIX Operating System forums, part of the Unix Operating Systems category; --> how to disable breakpoints in dbx ? the disable command does not work. OS : AIX 5.2 compiler : ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| shankha wrote: > how to disable breakpoints in dbx ? the disable command does not work. > OS : AIX 5.2 compiler : xlc 8 > List the breakpoints, which will be preceded by a number. Use 'delete #' to remove the breakpoint. -- ------------------------------------- http://www.photo.net/photos/garyrhook Vocatus atque non vocatus deus aderit |
| |||
| On Oct 30, 1:39 am, "Gary R. Hook" <gh...@no.spammers.net> wrote: > shankha wrote: > > how to disable breakpoints in dbx ? the disable command does not work. > > OS : AIX 5.2 compiler : xlc 8 > > List the breakpoints, which will be preceded by a number. Use 'delete > #' to remove the breakpoint. > > -- > -------------------------------------http://www.photo.net/photos/garyrhook > Vocatus atque non vocatus deus aderit delete will delete the breakpoints completely. If i want to disable them and enable them at a later stage |
| ||||
| shankha wrote: > delete will delete the breakpoints completely. If i want to disable > them and enable them at a later stage > Ah, I see that I misunderstood the question. Short answer: no. There's a $catchbp variable that applies to the 'next' subcommand, and there's a 'skip' subcommand, but there's no general way to turn off breakpoints that are currently set. -- ------------------------------------- http://www.photo.net/photos/garyrhook Vocatus atque non vocatus deus aderit |