Giter VIP home page Giter VIP logo

monsterdebugger's People

Contributors

ferdikoomenmonsters avatar

monsterdebugger's Issues

[Suggestion]

if trace is string do not print:

(String) = ...

Original issue reported on code.google.com by [email protected] on 11 Oct 2010 at 3:18

Add horizontal lines to Memory Monitor

Adding horizontal lines (like the vertical ones already there) to Memory 
Monitor would be great!
I sometimes had small memory leaks hard to see, as Memory Monitor was showing a 
nearly-but-not horizontal graph.
It is also really useful when garbage collection occurs often to visually 
detect leaks.
Thanks for your great tool!

Original issue reported on code.google.com by [email protected] on 19 Apr 2012 at 12:36

public var enabled has the same name to getter/setter enabled

Hello, 

Into the VERSION:Number = 2.0;

FDT return an error into MonsterDebugger class. 
The variable "enabled" may not have the same name as getter or setter at line 
165 column 14. 

Why not set the default value of enabled in the constructor?
line 178 : enabled = true;

cheers, 
Laurent

Original issue reported on code.google.com by l.deketelaere on 5 Feb 2009 at 7:36

feature suggestions

1. Application panel
1.1 Add popup menu to the tree elements
1.2 Add popup menu item "trace" - returning target to trace panel as trace, 
optionaly opens dialog to set trace additational properties (person, label, 
color, trace depth)
1.3 Add popup menu item "snapshot" - available on DisplayObjects - returning 
snapshot of display object to trace panel as snapshot
1.4 Add popup menu item "snapshot to clipboard" - move selected snapshot image 
to clipbord as bitmap/png with transparency
1.5 Add popup menu item "copy to clipboard" - coping target object with it's 
properties, their values, and child objects as text to clipboard - optionaly 
opens dialog to set depth of copy
1.6 Add popup menu item "set as root" - refresh Application panel switching 
selected object as root of tree
1.7 Add popup menu item "set parent as root" - refresh Application panel 
switching selected objects.parent as root of tree
1.8 Add panel on top edge of application panel with buttons "parent", "root" 
switching tree in application panel to parent/root of current root item in 
application panel
1.9 Add "Highlight and snapshot", "Highlight and trace" analogue to "Highlight 
and inspect"
2. Trace panle
2.1 Add ability to "Copy to clipboard"
3. Trace winfow 
3.1 Add ability to "Copy to clipboard"
4. Method panel
4.1 Quick collect info with hasEventListener objects method on all popular 
mouse/keybord events with display of summary info collected
4.2 Allow dispatch event with popular mouse/keyboard events
5 Properties/Methods panel add filters

Original issue reported on code.google.com by [email protected] on 19 Feb 2015 at 10:29

Suggestion: Configurable font size for "Traces" panel.

For the visually impaired (or those having their second monitor very far
away) it would be splendid if the size of the font could be increased in
the "Traces" panel.

- Buttons on the panel ("Aa", "aA", "+", "-", etc).
- Configuration window, opens via tray icon.
- Pass in a value in the application launch parameters.

Original issue reported on code.google.com by [email protected] on 10 Jul 2009 at 11:51

error catching code causing errors

What steps will reproduce the problem?
1. normal installation and use of MonsterDebugger class
2. tracing an object that results in parseObject error
3. flash debugger spits out 1085 error, swf halts

What is the expected output? 
successful trace to MonsterDebugger

What do you see instead?
error message in flash debugger popup starting with:
TypeError: Error #1085: The element type "node" must be terminated by the
matching end-tag "</node>".

What version of the product are you using? 
2.5.1 stable

On what operating system?
Linux Ubuntu 9.10 Karmic Koala

Please provide any additional information below.

The parsing error triggers a catch that spits out a node like this:
xml += createNode("node", {icon:ICON_WARNING, type:TYPE_WARNING,
label:"Unreadable", name:"Unreadable"}, true);

This node is not closed, resulting int he 1085 xml error. It should be
immediately followed by:

xml += createNode("/node");

In scanning the file, I see this problem occurring in four locations, lines
1033, 1125, 1391 (in parseObject), and 1536 (in parseDisplayObject).

Original issue reported on code.google.com by [email protected] on 10 Feb 2010 at 6:26

Application does not remember settings from previous session

What steps will reproduce the problem?
1. Open application
2. Trace something
3. Set Debugger window size, position, turn on-off views 
4. Close debugger, open it again

What is the expected output?
Window should remember last position, size. Would be nice if you could turn off 
(hide) columns in Trace view. If some views were closed - save that 
configuration, do not open all views again on restart.

What do you see instead?
Debugger does not remember window position, ALL views are open after restart.


What version of the product are you using? 
3.0 

On what operating system?
Windows 7 Pro 64-bit SP1

Original issue reported on code.google.com by [email protected] on 6 Apr 2011 at 11:16

Performance Tweak

In MonsterDebuggerUtils line 875 in parseClass (and anywhere else it exists)

You access the xml fields using a double ".." which causes it to run very slow.

    var variables:XMLList = description.variable;
    var accessors:XMLList = description.accessor;
    var constants:XMLList = description.constant;

gets you a significant speedup.

Original issue reported on code.google.com by [email protected] on 7 Aug 2012 at 1:29

Property debugging info window under main application window in Always on Top mode.

What steps will reproduce the problem?
1. Set application to stay Always on Top
2. Trace something
3. Open message in popup window by double clicking a message in trace window.

Expected behavior: popup window stays on top of application as it was in 
previous version 2.5.1

What do you see instead: popup window opens ok but then when you drag it over 
application window it goes under application window

What version of the product are you using? 3.0
On what operating system? Windows 7 Pro 64-bit SP1


Original issue reported on code.google.com by [email protected] on 6 Apr 2011 at 11:10

Error when tracing with custom namespace property

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 [email protected] on 10 Sep 2009 at 10:36

Attachments:

Private var TYPE_ALL is never used

Into private const VERSION:Number = 2.0;

Private var TYPE_ALL is never used

For fix : 
line 191: lineIn.allowDomain(TYPE_ALL); 

Original issue reported on code.google.com by l.deketelaere on 5 Feb 2009 at 7:47

Allow connection on port other than 5800

What steps will reproduce the problem?
1. When running monsterdebugger v3, if another program (like WinVNC), it won't 
connect to the flash project.

What is the expected output? What do you see instead?
I expect monsterdebugger to automatically open a trace window when it attaches 
to the running flash app.

What version of the product are you using? On what operating system?
Issue is with v3 and v3.01


Original issue reported on code.google.com by [email protected] on 23 May 2011 at 2:22

Stops working until the computer is rebooted

What steps will reproduce the problem?
1. Open MonsterDebugger
2. Test a movie in Flash
3. Edit a few values?
4. Close the Flash Movie test window
5. Repeat 2-4
6. Now if you attempt to repeat again, the live application field is blank 
and you can't do squat

What is the expected output? What do you see instead?
The expected output is that it will show the objects from my flash movie. 
Instead it is blank and shows nothing.

What version of the product are you using? On what operating system?
I'm using the latest version (2.5.1) with Flash CS4 on Windows 7 Pro.

Original issue reported on code.google.com by [email protected] on 6 Jun 2010 at 9:48

When double clicking a trace to view the details in the trace popup window, if I close the window I cannot reopen it

What steps will reproduce the problem?
1. Double click a trace item
2. Close trace detail window
3. Double click the same trace item

What is the expected output? What do you see instead?
Expecting the trace window to open again, except it does nothing

What version of the product are you using? On what operating system?
2.01

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Feb 2009 at 12:55

Not working on Linux

What steps will reproduce the problem?
1. Compile the Flex example on Flex Builder 3 Alpha 4 (Linux)
   http://demonsterdebugger.com/features/howitworks
   0] Previously, open monsterdebugger, export MonsterDebugger.as and
import the folder nl.demonsters.debugger and the .as file in the Flex project.

2. Compile (without errors) and deploy the SWF to localhost server

3. With MonsterDebugger opened, browse to the .swf

What is the expected output? 

  MonsterDebugger should show something on LiveAppliction of Traces panels.

What do you see instead?

  MonsterDebugger shows nothing.

What version of the product are you using? On what operating system?

   Ubuntu Linux 9.04
   Monster Debugger 2.0.4
   Adobe Air 1.5.2.8870
   Flex SDK 3.0

Original issue reported on code.google.com by [email protected] on 14 Sep 2009 at 10:33

Flex log filters

please make it possible to pass filters to the MonsterDebuggerFlexTarget. 
For example:
filters = ["mx.messaging.", "mx.rpc."];

In my case the debugger crashes because HTTPService is logging a loaded XML 
thats too large.

Original issue reported on code.google.com by [email protected] on 8 Jul 2011 at 9:55

Export trace to a text file

I have MonsterDebugger 3.02 installed. I was looking for the ability to export 
the trace to a text file. But I couldn't find this feature.

I have found this topic (some years old), where someone already mentioned this. 
And they mentioned that this is implemented. But I can not find it in the app!

https://getsatisfaction.com/demonsters/topics/export_trace_statements_to_text_xm
l_file

Maybe someone can clarify this.

Is this project still alive? There is no response in the other issues.

Thanks

Original issue reported on code.google.com by [email protected] on 31 Jan 2013 at 3:51

NumericStepper.png is missing

http://code.google.com/p/monsterdebugger/source/browse/trunk/version%203.x/appli
cation/src/components/NumericalStepper.as#359

Does not really matter if you compile the app, but if for whatever reason you 
want to compile swc then it's an issue... or you could just take the [IconFile] 
annotation off.

http://code.google.com/p/monsterdebugger/source/browse/trunk/version%203.x/appli
cation/src/components/NumericalStepper.as#359

Original issue reported on code.google.com by [email protected] on 30 May 2013 at 6:19

How to compile

Please provide detailed step by step guide on compiling MonsterDebugger Air 
application. I'm failed to compile with flex sdk with message "error while 
loading initial content"


Original issue reported on code.google.com by [email protected] on 18 Feb 2015 at 11:26

LineOut LocalConnection Fails

What steps will reproduce the problem?

import nl.demonsters.debugger.MonsterDebugger;
private var debugger:MonsterDebugger;

private function initializeHandler():void
{
    debugger = new MonsterDebugger(this);
    MonsterDebugger.trace(this, "Hello World!");
}

What is the expected output? What do you see instead?

securityErrorHandler catches two error events:

Error #2047: Security sandbox violation: LocalConnection.send:
app#nl.demonsters.debugger.E334F8D7F2378D71EF2F522DAC01AD396D8F452E.1
cannot access https://asd.ddxint.com/online/400/disconnect/index.swf.



What version of the product are you using? On what operating system?

2.5.1 on Windows 7


Original issue reported on code.google.com by [email protected] on 23 Mar 2010 at 3:02

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.