Difference between revisions of "Development:Gotchas"
Jump to navigation
Jump to search
(first gotcha) |
(Added Preventing Debugger() calls from Stopping Camino when Debugging section) |
||
| Line 1: | Line 1: | ||
==Changing the Bundle ID of a Preference Pane== | ==Changing the Bundle ID of a Preference Pane== | ||
| + | |||
| + | |||
| + | ==Preventing Debugger() calls from Stopping Camino when Debugging== | ||
| + | |||
| + | The current version of Flash 10 will often call Debugger(); when running from within XCode, this will cause Camino to exit immediately. This can be prevented by unchecking Run->Stop on Debugger()/DebugStr(). | ||
Latest revision as of 01:01, 22 June 2009
Changing the Bundle ID of a Preference Pane
Preventing Debugger() calls from Stopping Camino when Debugging
The current version of Flash 10 will often call Debugger(); when running from within XCode, this will cause Camino to exit immediately. This can be prevented by unchecking Run->Stop on Debugger()/DebugStr().