You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug:
Setting breakpoints seems to (mostly) work, however resuming from them doesn't appear to work at all. The editor freezes for a bit, then re-enters the same breakpoint you were just at. This happens for "step over", "step into", and "continue". The app is essentially stuck in this state until you reset it externally. While stuck here, most other features seem to generally work. There's an error in the debug console that appears whenever you try to continue from this state: Error: Unknown or ambiguous symbol. _tx_thread_created_ptr
To Reproduce:
Probably difficult without our project (which we of course can't provide). The steps are pretty simple though, just setting a breakpoint is enough.
Environment:
OS: Windows
Embedded Workbench: ARM
Embedded Workbench version: 9.30.1 and 8.32.1 are both installed.
VSC Extension version: Latest at time of writing (v1.30.4)
Additional context:
You're still stuck even if you remove all breakpoints from here, and we're specifically using the "attach to running target" mode with a custom launch.json as the extension doesn't seem able to pick up our settings correctly on its own.
The text was updated successfully, but these errors were encountered:
@cosberg-rzl Thanks for the report.
We've added the full support for attach to running target in EWARM 9.40, which is primarily related to the leave-target-running command to avoid an unwanted stop when a debug session ends.
Which driver, e.g., I-Jet or JLink, are you using for the project? Can you provide use the launch.json?
Moreover, are you running with the leave-target-running option set during the first session to avoid terminating the target?
Does the same thing work in the Embedded Workbench?
So, I cannot see anything strange here.
Can you please share the debug session output for a session where the problem occurs?
Moreover, can you start the session with the option "--drv_communication_log=./cspycomm.log" added and send us the log-file?
Describe the bug:
Setting breakpoints seems to (mostly) work, however resuming from them doesn't appear to work at all. The editor freezes for a bit, then re-enters the same breakpoint you were just at. This happens for "step over", "step into", and "continue". The app is essentially stuck in this state until you reset it externally. While stuck here, most other features seem to generally work. There's an error in the debug console that appears whenever you try to continue from this state:
Error: Unknown or ambiguous symbol. _tx_thread_created_ptr
To Reproduce:
Probably difficult without our project (which we of course can't provide). The steps are pretty simple though, just setting a breakpoint is enough.
Environment:
Additional context:
You're still stuck even if you remove all breakpoints from here, and we're specifically using the "attach to running target" mode with a custom launch.json as the extension doesn't seem able to pick up our settings correctly on its own.
The text was updated successfully, but these errors were encountered: