Author Topic: Debugger registered types. How to add new ones.  (Read 4125 times)

moloh

  • Guest
Debugger registered types. How to add new ones.
« on: June 18, 2006, 02:09:40 am »
Hello.
Question as in subject. Is there any file in home directory that could be created to register new types in debugger?
On windows, it is much easier as "share/codeblocks/scripts/gdb_types.script" file can be changed, on linux this file is owned by root, or should be if You use package manager...

Another thing is these scripts. I would like to know name of script engine. Is this Angel Script?

sethjackson

  • Guest
Re: Debugger registered types. How to add new ones.
« Reply #1 on: June 18, 2006, 02:44:38 am »
Hello.
Question as in subject. Is there any file in home directory that could be created to register new types in debugger?
On windows, it is much easier as "share/codeblocks/scripts/gdb_types.script" file can be changed, on linux this file is owned by root, or should be if You use package manager...

Another thing is these scripts. I would like to know name of script engine. Is this Angel Script?

Yes it is AngelScript. :)