ToBoMi

Results 28 comments of ToBoMi

I did already. It suggests to set SSL to false and setup proxy settings. ### Proxy I played with various proxy server settings, which doen't make sense here - since...

Can I somehow find out what is going on here? Are there logs? The developer tools (console) do not show anything when starting the search.

> Meanwhile when you search for packages that's only hitting the PPR (Pulsar Package Repository) which is hosted in GCP, which doesn't seem to like the corporate proxy settings. I...

> Regarding dynamic printf breakpoints (dprintf), please try `set dprintf-style gdb` command before using dprintf. Where exactly can I add this in eclipse? I guess in the debug configuration under...

> which you can add to the list of GDB initialization commands How to that in eclipse? `.gdbinit` file or per debug configuration. (I would prefer via debug configuration)

> > which you can add to the list of GDB initialization commands > > How to that in eclipse? `.gdbinit` file or per debug configuration. (I would prefer via...

Regarding logging to JTAG: The OpenOCD command was added to the debug configuration: `-c "init; esp32 apptrace start con:"` App tracing was enabled in the menuconfig. App tracing code was...

### dynamic printf > `set dprintf-style gdb` should go into the "commands" edit box. You can add other commands you would otherwise add to the .gdbinit file into that box....