[CLOSED] Debugging java script code - my classes are ending up in eval code

Page 3 of 4 FirstFirst 1234 LastLast
  1. #21
    I get the following result on Windows 8

    Click image for larger version. 

Name:	ie005.png 
Views:	12 
Size:	39.2 KB 
ID:	18361

    IE version IE 11.0.9600.16438

    Click image for larger version. 

Name:	ie004.png 
Views:	9 
Size:	20.3 KB 
ID:	18351
    Last edited by RaphaelSaldanha; Jan 06, 2015 at 12:12 PM.
  2. #22
  3. #23
    Thank you, @Mimisss. I were going to test with ExtJS 5.1.0, but somehow I forgot it. You reminded that to me.

    Yes, it hits the breakpoint with ExtJS 5.1.0.

    One more issue that is fixed in ExtJS 5.1.0.

    Matt, once I commit my ExtJS 5.1.0 to SVN, I will post a follow-up here.

    Apologize for the inconvenience.
  4. #24

    A Big Thank You

    Thanks Guys for all the time you have put into resolving this problem !
    I was very close from stepping away from Ext.Net 3.0. Now I can move on to the other challenges with the upgrade. I hope with normal debugging it will be pretty straight forward.
  5. #25
    Excellent! We are here to do our best helping you.

    Matt, once I commit my ExtJS 5.1.0 to SVN, I will post a follow-up here.
    It is going to happen later this week or very early next week.
  6. #26
    +1 to ExtJS 5.1.0.
  7. #27
    Superb, until then I will be using my small "hack" :)
  8. #28

    Element cache already contains an entry for id 'ext-window'. Use Ext.get() to create or retrieve Element instances.

    PLEASE IGNORE... not related to the thread... function complete was triggering onReady where I had error. (in previous release the error was not detected)

    Hi,

    I have upgraded to the latest version in trunk 6248 (Ext.Net 3.0.0.34915 with Ext JS 5.1.0.107).
    My hardware and software configuration has not changed.

    The debugging issue is fixed in this version. Although another issue was introduced. For some reason following error is called

    Element cache already contains an entry for id 'ext-window'. Use Ext.get() to create or retrieve Element instances.

    Ext.Boot:

            loadElement: function() {
                var me = this,
                    complete = function(){
                        me.loaded = me.evaluated = me.done = true;
                        me.notifyRequests();
                    };
                if(me.isCss()) {
                    return me.loadCrossDomain();
                } else {
                    me.createLoadElement(function(){
    EXCEPTION THROWN BY -------> complete();
                    });
                    me.evaluateLoadElement();
                }
                return true;
            }

    I will try to create sample where we can reproduce the problem.

    Matt
    Last edited by matt; Jan 14, 2015 at 8:28 PM.
  9. #29

    Confirmed - The debugging issue (topic of that thread) is fixed.

    Hi,

    I have located real problem of the error I was receiving (my previous reply)

    Once we have 3.1 (extjs 5.1.0) released this thread can be closed.

    Thank you
    Last edited by matt; Jan 14, 2015 at 8:26 PM.
  10. #30
    Thank you for the confirmation that the debugging issue is fixed. Do you mind I close the thread right away since it is fixed in SVN?
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [CLOSED] set value of CheckColumn in java script
    By elke.schreiber in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 03, 2014, 9:31 AM
  2. Replies: 2
    Last Post: Jul 26, 2013, 10:17 PM
  3. [CLOSED] java script error
    By elke.schreiber in forum 2.x Legacy Premium Help
    Replies: 11
    Last Post: May 13, 2013, 2:19 PM
  4. Replies: 1
    Last Post: Mar 10, 2012, 3:58 PM
  5. C# Code in Markup-Script-Tag or Codebehind
    By macap in forum Open Discussions
    Replies: 5
    Last Post: Apr 07, 2010, 3:58 AM

Tags for this Thread

Posting Permissions