Home icon indicating copy to clipboard operation
Home copied to clipboard

Threads only show last value passed when not connected to Debugger

Open alberk8 opened this issue 3 years ago • 0 comments

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

image

Aditional information

No response

alberk8 avatar Oct 09 '22 03:10 alberk8