Opened 14 years ago
Closed 14 years ago
#1577 closed task (fixed)
Implement debug infrastructure for javascript
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.17 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Debugging #1576 is a hassle. Using alert()
for displaying keyboard events is not an options since it interferes with the event processing in an undesired way. It would be nice to have something generic that dynamically creates a debug <div> and fills it with messages.
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5562]) Fixes #1577: Implement debug infrastructure for javascript
To use call:
Main.debug(message)
Or:Main.debug(message, true)
to clear the console firstDouble click on the debug consol to hide it.