Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

debugger doesn't hit Process method

JavaCard Applet Development Related Questions and Answers.
Nosayba
Posts: 1
Joined: Sun Aug 16, 2020 2:56 pm
Points :40
Contact:

debugger doesn't hit Process method

Post by Nosayba » Sun Aug 16, 2020 4:43 pm

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?

  1. public void process(APDU apdu)
  2.  
  3.     {
  4.  
  5.         byte buffer[] = apdu.getBuffer();
  6.  
  7.         byte ins = buffer[ISO7816.OFFSET_INS];
  8.  
  9.         switch (ins)
  10.  
  11.         {
  12.  
  13.           case (byte)0x00:
  14.  
  15.              break;
  16.  
  17.           case INS_Select:
  18.  
  19.                processSelectFile(apdu);
  20.  
  21.                 break;
  22.  
  23.            
  24.  
  25.            case INS_Read:
  26.  
  27.               processReadBinary(apdu);
  28.  
  29.                break;
  30.  
  31.            
  32.  
  33.            case INS_UPDATE:
  34.  
  35.               processUpdateBinary(apdu);
  36.  
  37.                break;
  38.  
  39.            
  40.  
  41.            
  42.  
  43.            
  44.  
  45.           default:
  46.  
  47.             ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED);
  48.  
  49.         }
  50.  
  51.     }

kuafu
Posts: 317
Joined: Thu Jun 25, 2015 2:09 am
Points :4551
Contact:

Re: debugger doesn't hit Process method

Post by kuafu » Tue Sep 01, 2020 11:33 pm

Do not using cref chippack . Using JAVACOS chippack.
You do not have the required permissions to view the files attached to this post. Please login first.
well

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 45 guests

JavaCard OS : Disclaimer