Ext.net.Debug + Stores

  1. #1

    Ext.net.Debug + Stores

    Hi,

    I've just discovered the Ext.NET debug console which I'm trying to use. There is a section on it where it will apaprently show me stores on the page. Is this tab implemented? I can't seem to see any of my stores in it.

    Also; I'm having sporadic success in the Ext.net.Debug.Log method actually displaying anything. What kind of scope does the console have? It should be globally available to write too, yes? I'm trying to write to it from within a controller action (Ext.net.Debug.Log("My Message")).

    Cheers.
  2. #2
    Hi,

    I've just discovered the Ext.NET debug console which I'm trying to use. There is a section on it where it will apaprently show me stores on the page. Is this tab implemented? I can't seem to see any of my stores in it.
    I just checked stores tab and it shows all stores for me

    I'm trying to write to it from within a controller action (Ext.net.Debug.Log("My Message")).
    Unfortunately, at this moment Debug methods are not available in the MVC controller action (will be supported in v2)

    Try to use the following Firefox plugin
    http://www.sencha.com/blog/firebug-p...or-developers/
  3. #3
    Thanks for that. I am still unable to see any stores; but I'm guessing this must be something to do with my page, then.

Similar Threads

  1. [CLOSED] [1.0] extnet-core-debug.js
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 11, 2010, 2:08 PM
  2. i cant debug coolite on MVC
    By chsn1 in forum 1.x Help
    Replies: 0
    Last Post: Nov 12, 2009, 5:13 AM
  3. debug OnAfterRecordUpdated event of store
    By Mohammad Yakub in forum 1.x Help
    Replies: 0
    Last Post: Jan 22, 2009, 3:08 AM
  4. web.config debug="true" and ScriptManager
    By jchau in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 24, 2008, 5:50 AM
  5. [CLOSED] intellisense and debug mode.
    By pkellner in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Sep 29, 2008, 4:34 PM

Posting Permissions