Opened 14 years ago
Closed 14 years ago
#1723 closed enhancement (invalid)
code to trace method entry/exit
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have some basic code to allow tracing entry/exit of methods. It works by replacing dojo.declare
with a version that wraps methods so that they are called through TracingManager.invokeMethod
. Interested? I have a CLA on file.
-Stephen
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | → 0.5 |
---|
comment:2 Changed 14 years ago by
Milestone: | 0.9 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
no patch. closing
Note: See
TracTickets for help on using
tickets.
There's, perhaps, something similar in dojo.event.log(), but it cant' hurt to have better debugging facilities. Please attach a patch.