Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Unable to debug Firefox code doesnt stop at breakpoints VS2019

  • 1 odpoveď
  • 1 má tento problém
  • 1 zobrazenie
  • Posledná odpoveď od GerardoPcp04

more options

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.

Všetky odpovede (1)

more options

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