Threads only show last value passed when not connected to Debugger
#1,168 创建于 2022年10月9日
仓库指标
- 星标
- (936 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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