Threads only show last value passed when not connected to Debugger
#1.168 aberto em 9 de out. de 2022
Métricas do repositório
- Stars
- (936 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Target name(s)
ESP32_REV0
Firmware version
1.8.0.629
Was working before? On which version?
N/A
Device capabilities
System Information HAL build info: nanoCLR running @ ESP32 built with ESP-IDF 1b16ef6 Target: ESP32 Platform: ESP32
Firmware build Info: Date: Sep 29 2022 Type: MinSizeRel build, chip rev. 3, without support for PSRAM CLR Version: 1.8.0.629 Compiler: GNU ARM GCC v8.4.0
OEM Product codes (vendor, model, SKU): 0, 0, 0
Serial Numbers (module, system):
Description
Starting multiple thread of the same type with a parameter. The output show show the passed parameter and a count. When run with VS Debugger attached it works correctly. When running without the debugger (via putty) all threads only show the last input parameter value.
How to reproduce
Link to Sample App
Expected behaviour
Show the parameter passed to each thread.
Screenshots

Aditional information
No response