#2212 closed defect (fixed)
How to allow debugging of local modules when using an xdomain build?
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Loader | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When a developer is trying to make their own module that works with an xdomain build of Dojo, how will it work? debugAtAllCosts will likely not work in the xdomain case (since debugAtAllCosts likes to XHR the text of the modules, build the dependency list, then write out script tags).
Change History (4)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Milestone: | 0.9 → 0.4.2 |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|
Note: See
TracTickets for help on using
tickets.
(In [7099]) Fixes #2212 and #2282. Now can debug local modules when running in xdomain mode, and bootstrap2.js is no longer needed.