Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Unable to debug Firefox code doesnt stop at breakpoints VS2019

  • 1 பதிலளி
  • 1 இந்த பிரச்சனை உள்ளது
  • 1 view
  • Last reply by GerardoPcp04

I am trying to debug the whole mozilla firefox project, specifically to understand how javascript gets passed from Gecko to SpiderMonkey. In order to do that, I have created a solution on visual studio 2019 following the instructions in MDN documentation and Im able to run it from visual studio. However, I've set up breakpoints in many places but it doesn't seem to break in any of them.

I have followed all instructions using the Child Process Debugging Settings to attach all threads, but still no luck.

I'm interested in debugging the ScriptLoader.cpp under the dom_script project, it never seems to get there.

I am trying to debug the whole mozilla firefox project, specifically to understand how javascript gets passed from Gecko to SpiderMonkey. In order to do that, I have created a solution on visual studio 2019 following the instructions in MDN documentation and Im able to run it from visual studio. However, I've set up breakpoints in many places but it doesn't seem to break in any of them. I have followed all instructions using the Child Process Debugging Settings to attach all threads, but still no luck. I'm interested in debugging the ScriptLoader.cpp under the dom_script project, it never seems to get there.

All Replies (1)

Hola, Eseo foro es atendido por colaboradores no por desarrolladores ni programadores, en caso de sugerir que existe algún bug tienes el foro de bugzilla.mozilla.org. El foro para desarrolladores utilizado por lo general es stackoverflow.com, ya tiene la documentación MDN por lo tanto conoce ese sitio también. Si se de algún otro foro, vuelvo comentarlo aquí. Saludos