Can't delete terminated debug sessions

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Can't delete terminated debug sessions

998 次查看
lmatte
Contributor II

I copied/reloaded a couple of projects coming from MCUXpresso 10 into a new MCUXpresso 11.1.1 workspace, but every time I launch debugger looks like it can't be properly terminated. After that, the only way to start a new debug session is by restarting the IDE!

The "Remove all terminated launches" selections are disabled or without effect, and trying simply relaunching yields an error, as in picture

2020-05-29 19_15_07-src_main.c - MCUXpresso IDE.png

I tried importing the project in a new workspace, but had the same result.

Could be something related to JLink interface?

Note: target device is LPC17xx

2 回复数

921 次查看
alexeym
Contributor III

The same for me on Linux. I've found a workaround! right click on top debug level session and choose "Terminate and Remove".

921 次查看
lmatte
Contributor II

Thanks alexeym!

That resolved, and it did even more. I launched debug and choose "Terminate and Remove", everything was shut down properly. Moreover, on successive launches it was always terminated correctly!

Looks like one of the runs have left remnants which prevented the project to terminate clean; the "Terminate and Remove" however did the proper clean, and even restarting the IDE termination kept being done properly every time. Great.

Note: I'm running it on Windows, so no OS dependent, more about an unclean state left in debug configuration...

Luca

0 项奖励