Espigah / monsterdebugger

Automatically exported from code.google.com/p/monsterdebugger
0 stars 0 forks source link

Error when tracing with custom namespace property #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create class with a property
2. create custom namespace
3. give the property the namespace
4. trace an instance of the created class with MonsterDebugger

What is the expected output?
I expect no errors and a trace in de MonsterDebugger

What do you see instead?
TypeError: Error #1085: The element type "node" must be terminated by the
matching end-tag "</node>".
    at
nl.demonsters.debugger::MonsterDebugger/traceInternal()[/Users/ruben/projecten/F
lexLibraries/nl/demonsters/debugger/MonsterDebugger.as:565]
    at
nl.demonsters.debugger::MonsterDebugger$/trace()[/Users/ruben/projecten/FlexLibr
aries/nl/demonsters/debugger/MonsterDebugger.as:547]
    at DegrafaTemplate/test()[/Users/ruben/projecten/DegrafaTemplate
Curves/src/DegrafaTemplate.mxml:38]
    at
DegrafaTemplate/___DegrafaTemplate_Application1_applicationComplete()[/Users/rub
en/projecten/DegrafaTemplate
Curves/src/DegrafaTemplate.mxml:7]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.x\frameworks\projects\framew
ork\src\mx\core\UIComponent.as:9308]
    at
mx.managers::SystemManager/preloader_preloaderDoneHandler()[C:\autobuild\3.x\fra
meworks\projects\framework\src\mx\managers\SystemManager.as:3024]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
mx.preloaders::Preloader/displayClassCompleteHandler()[C:\autobuild\3.x\framewor
ks\projects\framework\src\mx\preloaders\Preloader.as:434]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
mx.preloaders::DownloadProgressBar/timerHandler()[C:\autobuild\3.x\frameworks\pr
ojects\framework\src\mx\preloaders\DownloadProgressBar.as:1451]
    at
mx.preloaders::DownloadProgressBar/initCompleteHandler()[C:\autobuild\3.x\framew
orks\projects\framework\src\mx\preloaders\DownloadProgressBar.as:1503]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
mx.preloaders::Preloader/dispatchAppEndEvent()[C:\autobuild\3.x\frameworks\proje
cts\framework\src\mx\preloaders\Preloader.as:291]
    at
mx.preloaders::Preloader/appCreationCompleteHandler()[C:\autobuild\3.x\framework
s\projects\framework\src\mx\preloaders\Preloader.as:442]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.x\frameworks\projects\framew
ork\src\mx\core\UIComponent.as:9308]
    at mx.core::UIComponent/set
initialized()[C:\autobuild\3.x\frameworks\projects\framework\src\mx\core\UICompo
nent.as:1169]
    at
mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.x\frameworks\p
rojects\framework\src\mx\managers\LayoutManager.as:718]
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at
mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.x\frameworks\projects
\framework\src\mx\core\UIComponent.as:8633]
    at
mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.x\frameworks\projects\
framework\src\mx\core\UIComponent.as:8573]

What version of the product are you using? On what operating system?
De MonsterDebugger version 2.0.4
Mac OS X 10.5.8

Please provide any additional information below.
I included two classes which give me the error.

I call it with:
var monster:MonsterDebugger = new MonsterDebugger(Application.application);
MonsterDebugger.trace( this, new MonsterTestClass() );

Original issue reported on code.google.com by freakinr...@gmail.com on 10 Sep 2009 at 10:36

Attachments:

GoogleCodeExporter commented 9 years ago
I'll dive into the namespace error for the 3.0 version. 
Thanks for the great bug report and examples. 

Cheers,

Ferdi Koomen
Lead Developer @ De Monsters

Original comment by ferdikoomenmobile@gmail.com on 6 Nov 2009 at 2:40

GoogleCodeExporter commented 9 years ago
New version!

Original comment by ferdikoomenmobile@gmail.com on 5 Apr 2011 at 1:01