JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Search found 1 match
- Sun Aug 16, 2020 4:43 pm
- Forum: Questions & Answers
- Topic: debugger doesn't hit Process method
- Replies: 1
- Views: 8574
debugger doesn't hit Process method
Hello, I have installed JCKit_Release_Version_v6.0.2.3 and developed simple applet, when i begin debugging the debugger doesn't hit the break point located at process method. what is the wrong? public void process(APDU apdu) { byte buffer[] = apdu.getBuffer(); byte ins = buffer[ISO7816.OFFSET_INS]; ...