c++ - gdb, inverted range, bad breakpoint number -


i have several breakpoints set up. numbered 6 6.38.

i want delete range. based on this can it. when i

(gdb) delete breakpoints 6-6.2 

i following response

inverted range 

when

(gdb) delete breakpoints 6.1-6.2 

i get

warning: bad breakpoint number @ or near '6.1-6.2' 

i googled in many places wasn't able find proper way specify ranges. know right way specify ranges?

i appreciate on this.

in gdb, when breakpoint has multiple locations, can't delete individual location. bit of oddity in gdb cli.

this why delete 6.1-6.3 doesn't work. error message better here.

one thing can instead disable locations don't want. offhand not sure if disable 6.1-6.3 work -- might have type out disable 6.1, disable 6.2, etc.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -