I presume that you are using the built in OpenSDA debug probe on your FRDM-KL82Z ?
Anyway, please can you follow the below steps ....
First of all ensure that the IDE is not running, and check that in Task Manager (or similar, depending on your host OS) that you have now spurious tasks running with names of the form :
- redlinkserv
- arm-none-eabi_gdb*
- crt_emu_*
[ Aside : you might want to check out section 14.12 of the MCUXpresso IDE v10.0.2 User Guide, in particular 14.12.7 "Troubleshooting LPC-Link2". Although focused on the LPC-Link2 debug probe, much of the information can be applied to other CMSIS-DAP probes - like the OpenSDA "DAPLink". ]
Now start the IDE back up again. I presume you have a project in your workspace for KL82, but if not import one of the demo apps from the SDK.
Now delete any .launch files that exist within your project as viewed in the Project Explorer view (i.e. the debug launch configuration files).
Now go to the Quickstart Panel view, and click on the "Debug button". The IDE should go through the probe discovery sequence, spotting your OpenSDA probe, generate an appropriate launch configuration, and start a debug session.
Does this now work for you? If not, please post the text from debug log (how to do this is described in section 14.11, "The Console View", of the MCUXpresso IDE v10.0.2 User Guide.
Also, I would recommend that make sure that your FRDM-KL82Z board has the latest "DAPLink" firmware installed in the onboard debug probe which you can find at : http://www.nxp.com/OpenSDA
Regards,
MCUXpresso IDE Support.