Jayant Panhalkar
I am trying to debug this code using VS code
In this code line no 17 is self.signalExample.emit("leet", 1337)
I need to understand, why we can not have breakpoint at this line.
What I need to do if I need a break point in that loop
this probably hooks into some native c++ code and therefore your debugger would need VERY special configuration to be able to observe what's happening there.