Debugging outside of SilverlightApplication
Reported by Jimmy Schementi | May 24th, 2008 @ 11:28 PM | in 0.2
Currently you can only use "puts" inside SilverlightApplication to easily print debugging information. Should provide a "logger" object, much like the Rails logger, with methods like "info", "warn", "debug", etc. puts should really be unmodified, and $STDOUT should be redirected to the debugging part of the page
Comments and changes to this ticket
-
Jimmy Schementi May 29th, 2008 @ 03:44 PM
- Milestone set to 0.0
-
Jimmy Schementi May 30th, 2008 @ 08:37 AM
- State changed from new to resolved
Has a top-level logger object now, which only has a debug method (. So,
logger.debug "print"
This will only print when initParams debug=true
I'll resolve this, and we'll see if anything else is needed.
-
Jimmy Schementi June 26th, 2008 @ 01:19 PM
- Tag cleared.
- Milestone changed from 0.0 to 0.2
-
Jimmy Schementi June 26th, 2008 @ 01:31 PM
- Assigned user set to Jimmy Schementi
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Silverlight and Rails integration with IronRuby