Debugger issue

Debugger issue

glimpsed_chaosglimpsed_chaos Posts: 138Questions: 29Answers: 4

Link to test case: https://live.datatables.net/qemexuzi/5/
Debugger code (debug.datatables.net): cannot provide as the debugger is what is failing
Error messages shown:

Description of problem: Following https://debug.datatables.net/ instructions I get errors in the console as shown.

When I click "Table Information", I get the reading length error.
When I click "Version Check", that runs fine.
When I click "Check for common issues", I get the FixedHeader error.
When I click "Upload Configuration", I get the sVersion error, which then just sits at "gathering information".

I tried downgrading the version of jQuery from 3.4.1 to 1.12.4 in case there was an issue with the latest available for the test case but that made no difference.

This is on Chrome Version 119.0.6045.105 (Official Build) (64-bit)

I am trying to provide debugger information for my other question that has not been responded to regarding a memory leak in searchPanes rebuildpanes option. Just want to ensure I provide as much information as possible.

Appreciate any assistance so I can get additional information if needed applied to my other question.

Thanks!

Replies

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    Hi,

    Thanks for reporting this. However, I might need a link to the page that it is happening on so I can find out what is going wrong. I've just tried the debugger on the DataTables homepage and it is working fine there. I also saw another thread recently with a debug trace included. That suggests to me that there is something on your page that is conflicting with the DataTables debugger.

    One possibility is you are building the software so it can't be globally accessed, but that would normally result in the error "Can't find DataTables" (or something like that).

    You can PM me the page if you can't make it public.

    Allan

  • glimpsed_chaosglimpsed_chaos Posts: 138Questions: 29Answers: 4
    edited November 2023

    @Allan,

    I linked the test case above where I was running the debugger snippet from the developer tools.

    Link to test case: https://live.datatables.net/qemexuzi/5/

    Overall - that is just a test case where I believe there is a memory leak in searchPanes.rebuildPanes() as noted here but have seen no responses concerning.

    Thank you for your time.

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    Sorry I missed that.

    I actually got the upload to complete - I had to set the console's active frame to the about:blank one, but it ran successfully.

    Apologies for the lack of reply to the other thread. I'll take a look at it.

    Allan

  • glimpsed_chaosglimpsed_chaos Posts: 138Questions: 29Answers: 4

    @Allan Thank you kindly.

Sign In or Register to comment.