Hello,
I'm trying to change the plugin for gdb, called "debuggergdb". 
I modify several lines into "debugger_options_dlg.xrc" and I saw that this file is loaded with a line in debuggergdb.cpp :    
 Manager::Get()->Loadxrc(_T("/debugger_gdb.zip#zip:*.xrc")); 
Do I have to do something if I want that my modifications are updated (like a make for example) or can I only compile the project ?
Thanks.