Opened 13 years ago

Closed 13 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 Nicklas Nordborg, 13 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 13 years ago

Resolution: fixed
Status: assignedclosed

(In [5562]) Fixes #1577: Implement debug infrastructure for javascript

To use call: Main.debug(message) Or: Main.debug(message, true) to clear the console first

Double click on the debug consol to hide it.

Note: See TracTickets for help on using tickets.