News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

gdb_types.script is not loaded

Started by pluto, May 21, 2018, 03:31:34 PM

Previous topic - Next topic

pluto

Hi :)
I've customized the gdb_types script, but It's not loaded.
The Codeblocks log doesn't mention it, nor the debugger log.
I've even used Sysinternal's Process Monitor to see when it gets opened, but it doesn't show up..
Do I have to enable some setting or some plugin?
Thanks.

oBFusCATed

Yes, Settings -> Debugger -> Disable startup scripts
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

BlueHazzard

and you probably have to add it as source in the startup parameter, depending if you are on windows or linux

oBFusCATed

What is gdb_types? Are you talking about the one used for our watches?
This one no longer works in newer releases. The code is fully removed. For watches you need a python enabled gdb and the appropriate printer scripts.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

pluto

Quote from: oBFusCATed on May 22, 2018, 08:05:15 PM
What is gdb_types? Are you talking about the one used for our watches?

Yes.
I think you should remove the file if it's not used anymore :p

oBFusCATed

I'll do this.
I've removed the other file, but I have forgotten to remove this one.
Sorry for the causing a bit of confusion.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]