Hi, Can anyone help with program tracing in mono... for example... I have a sample helloworld .NET application loaded in /srv/www/htdocs/... the file structure is like this: /srv/www/htdocs/ - contains 1) a folder called "HelloBrowser" 2) The "HelloBrowser" folder contains a directory "bin" and an ASP file "HelloBrowser.aspx" 3) The "bin" folder contains "HelloBrowser.dll"
When I access the HelloBrowser.aspx, it internally calls HelloBrowser.dll and then returns a string "hello, world" to the browser output. HelloBrowser.dll is the executable from a C++ code HelloBrowser.aspx.cs. Now when this page is executed, is there a way I can see the program trace on the server... I tried checking the program trace in /var/log/apache2/access_log, but this does not show the HelloBrowser.dll being called... it only shows HelloBrowser.aspx ... so I am concluding that this access_log shows only the calls between browser client and the server. The internal program calls within the web server code are not captured here. My query is whether there is a tool to capture a complete program trace and how to use it. Thanks. Christina -- View this message in context: http://www.nabble.com/Program-Trace-in-mono-tp24050588p24050588.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com. _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
