I installed firebreath in Mac os x. Also, I installed the plugin. My problem is that when I try to do some change in my project (OpenOnDesktopPluginAPI.cpp), the changes are not refreshed in my browser. For example, I modified this method:
std::string OpenOnDesktopPluginAPI::get_version()
{
//return "CURRENT_VERSION";
return "MY_VERSION";
}
If I execute "plugin().version" in my browser console, it supposed to show me "MY_VERSION", but it shows me "CURRENT_VERSION" instead.
did you: