c++ - How to remove catchpoint in gdb -


i've set catch point in gdb catch exceptions catch throw. how remove without restarting gdb session?

neither delete nor clear seem helpful here.

it turned out tried delete wrongly delete throw.

(gdb) info breakpoints num type disp enb address 2 breakpoint keep y 0x063e3255 exception throw

delete 2 did trick.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -