From: Vlad K. <hv...@us...> - 2012-01-04 18:45:58
|
> How do I debug if firebird server running with code changes that we made? Are you asking how to debug applications ? Using debugger ;) > I am running fbserver.exe with "-a -p 3050 -database > "localhost:..\myDatabase.fdb"". Firebird tray icon is showing me that > nothing has been attached and nothing is happening outside of the windows > message loop. Also, when parsing the debug parameter, the parser did not > pick up the database parameter. Are you changed command-line parser to support "database" switch ? I don't ask why do you need such switch... > Basically, I am wondering if I can find a document describing how to debug, > reference guide or any kind of helpful document to debug Firebird code > changes. We are using Visual Studio 2005. So, use VS docs. Firebird is the same application as any other and there is no separate description of how to debug Firebird. Regards, Vlad PS Or i misunderstand you completely ;) |