On Nov 14, 2013, at 2:02 AM, Deepak Sharma wrote:

> Is there any tool through which we can know the back-end process i.e
> each and every step directly from front-end. Something like debugger
> in c++.
> For example in BRL-CAD if I use command "rt -s 512"  for raytrace any
> model then which process is running from which file.

Deepak,

There is not.  Most commands have no back-end process. There are only a few ged 
commands that kick off a process.  A few that come to mind are: rt, rtedge, 
rtweight, rtcheck, rtwizard, nirt, and ted.

You can use the standard "ps" tool to see exactly what command is running 
(e.g., ps auxwww | grep rtwieght).  There are also various BRL-CAD debug flags 
(-x -X and -! command-line options usually) that will provide more diagnostic 
information.

Cheers!
Sean



------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to