Why always Mbox id is 0 in Adobe debugger? | Community
Skip to main content
New Participant
October 10, 2017
Solved

Why always Mbox id is 0 in Adobe debugger?

  • October 10, 2017
  • 6 replies
  • 4680 views

Hi All,

Why always Mbox id is 0 in Adobe debugger? can you please help me to understand this and is there  any document/article on this

Screenshot:

Looking forward for response

Thank in advance,

Adarsh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by DHopkinsAdobe

This is because software/programming languages often count starting at zero instead of starting at 1.

If there's one mbox on the page, it would have the ID of 0. If there are three on a page, their IDs would be 0, 1, and 2.

Have a good day!

Daniel

6 replies

DHopkinsAdobe
Employee
October 11, 2017

My pleasure!

adarshsAuthor
New Participant
October 11, 2017

Thank you so much Daniel and Amelia for info

Regards,
Adarsh

DHopkinsAdobe
Employee
October 10, 2017

You're welcome, Amelia!

Amelia_Waliany
Employee
October 10, 2017

Thanks for that helpful explanation, Daniel!

DHopkinsAdobe
DHopkinsAdobeAccepted solution
Employee
October 10, 2017

This is because software/programming languages often count starting at zero instead of starting at 1.

If there's one mbox on the page, it would have the ID of 0. If there are three on a page, their IDs would be 0, 1, and 2.

Have a good day!

Daniel

Amelia_Waliany
Employee
October 10, 2017

Thanks for your questions Adarsh! These might be a good first places to start in understanding why the mbox id is 0 in the debugger: Installing the Debugging Tools and Performing QA Steps.

Warmly,

Amelia