Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Splitting debugger in two - specific debugger and common GUI
oBFusCATed:
The problem seems to happen only when you have a plugin in the ~/.codeblocks directory.
When I've removed the plugin, CB could find the core plugins.
Probably a chdir is executed somewhere and the relative path to the global plugins is not correct any more.
oBFusCATed:
Next patch: http://smrt.is-a-geek.org/codeblocks/patches/dbg/dbg_refactor0016.6.patch
1. Fixed bug http://developer.berlios.de/bugs/?func=detailbug&bug_id=15209&group_id=5358
2. SyncEditor should work for files without extension (files from STL)
3. Made warnings in the loggers blue, it was needed for the debugger's debug log in the gdb_mi plugin
Jenna:
--- Quote from: oBFusCATed on September 14, 2010, 01:07:00 am ---The problem seems to happen only when you have a plugin in the ~/.codeblocks directory.
When I've removed the plugin, CB could find the core plugins.
Probably a chdir is executed somewhere and the relative path to the global plugins is not correct any more.
--- End quote ---
Works also, even if I have a plugin in ~/.codeblocks:
--- Code: ---[...]
Scanning for plugins in /home/jens/.codeblocks/share/codeblocks/plugins
Loaded 1 plugins
Scanning for plugins in /home/jens/codeblocks-build/codeblocks.dbg/src/output/share/codeblocks/plugins
Loaded 11 plugins
[...]
--- End code ---
debugger-branch without contrib-plugins.
oBFusCATed:
Jens: What plugin have you installed? Mine was freshly created by the project wizard...
Jenna:
--- Quote from: oBFusCATed on September 14, 2010, 09:21:53 am ---Jens: What plugin have you installed? Mine was freshly created by the project wizard...
--- End quote ---
The attached one.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version