Feature #4314 2008-09-18 20:20

amarty

program args need be saved outside .cbp

When debugging applications, often need to set program arguments. This information saved into project file .cbp. If project distributed to other developers, this information is superfluous. Or if .cbp generated by 3rd party tools or updated from version control system, this information losts every time .cbp is regenerated/updated. In MS Visual studio this information stored in file named project.vcproj.MACHINE_NAME.USER_NAME.user and keep untouched when .vcproj changed/updated. Such behaviour is more convenient. Much better is move this (and, may be, some other custom settings) to .layout file. Next, menu item "Set program arguments" better move to "Debug menu", or/and add this option to project properties dialog.

Category
Build System
Status
Open
Close date
 
Assigned to