I'm trying to modify basic_csr, but I'm having issues understanding some of the code that's going on. I would like to run the server in the perl debug mode (perl -d), but I'm having issues specifying break points in the code.
Is there an easy way of setting a break point for "basic_csr"? Right now, I'm being forced to step through the code line by line, and that's getting me nowhere fast.
I tried setting break points by line numbers, once I'm in "initServer", but the interpreter does not seem to like that, complaining:
Line 219 not breakable.
DB::break_on_line(219, 1) called at
/usr/share/perl/5.8/perl5db.pl line 4213
eval {...} called at /usr/share/perl/5.8/perl5db.pl line 4213
DB::cmd_b_line(219, 1) called at /usr/share/perl/5.8/perl5db.pl
line 3956
DB::cmd_b('b', 219, 8) called at /usr/share/perl/5.8/perl5db.pl
line 3760
DB::cmd_wrapper(219, '', 8) called at
/usr/share/perl/5.8/perl5db.pl line 2395
DB::DB called at
/usr/local/ra-0.9.2.CVS/openca/lib/servers/ra-node/functions/initServer
line 8
OpenCA::Server::BEGIN() called at
/usr/local/ra-0.9.2.CVS/openca/lib/servers/ra-node/functions/initServer
line 8
eval {...} called at
/usr/local/ra-0.9.2.CVS/openca/lib/servers/ra-node/functions/initServer
line 8
require
/usr/local/ra-0.9.2.CVS/openca/lib/servers/ra-node/functions/initServer
called at ./openca_start line 62Any help would be appreciated...
thanks,
Roberto Hoyle
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel
