News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Where the code of the tooltip generate and call wxWidgets render?

Started by omlk, November 25, 2023, 06:50:52 PM

Previous topic - Next topic

omlk

Who knows where the formation of the tooltip takes place, if you press CTRL, the debugger pauses in the drop-down form of the value of the variable? I found \trunk\src\sdk\cbplugin.cpp ~row:953-994
I want to change the form(tooltip) view, how and where it should be done, because looking at the code, it seems that it is a spaghetti of c++ classes and interfaces, imitations, etc., and also scattered in different files somehow. Horror.


* tooltip_gdb.png (225.34 kB, 1280x1024)

* tooltip_gdb2.PNG (240.15 kB, 1279x1023)

Wkerry

Most IDE's you change variables via the watch variable/structure feature. Have you look there? I have not had to modify a variable while a program is running.