Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to check whether my debugger does support visualizers?

debugger support visualizers
0
Posted

How to check whether my debugger does support visualizers?

0

To check whether your debugger supports visualizers run below commands on machine where GDB is located: gdb –interpreter=mi -list-features The output should be similar to this one: ^done,features=[“frozen-varobjs”,”pending-breakpoints”,”python”] Visualizers are supported only by debugger which does return “python” among list of features. You need at least GDB 7.0. Sometimes it doesn’t have python support enabled, then you can enable it in sources and rebuild GDB on your machine.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123