> The pascal sources (organized like in Ada) get translated to C before > compilation, right? > > So you cannont debug it with GDB or anything else?
If you do 'imf -e all' all the modules are compiled for debug. The C-sources (which in case of Pascal sources means the generated sources) are copied to $WRK/fast/debug, which you can add to the source search path of the debugger. Of course debugging in these generated sources is an acquired taste. Instructions on how to use the debugging traces follow tomorrow. > What are .project files in 7.4 snapshot? Some of us use Sniff for source code browsing and these files describe the project to Sniff. > Is there a wishlist somewhere? While we're still struggling with network security, you can use http://sapdb.2scale.net/moin.cgi/FeatureEnhanceProposals Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
