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.

source code and debug information has misaligned.

JCIDE related questions and answers.

Moderators: product, kuafu

ymitsui
Posts: 12
Joined: Wed Jun 17, 2020 9:34 pm
Points :174
Contact:

source code and debug information has misaligned.

Post by ymitsui » Mon Jun 22, 2020 2:05 am

Source code and debug information has misaligned.

I set the breakpoint at line 24. after hit the breakpoint, cursor is located at line 15. that is comment line.
did step over, cursor moves line 20. comment line again.
one more step over, cursor moves next line, line 21.

from observation, I assume breakpoint is set to top of process() function. and maybe now cursor is line 37.
I put the mouse cursor on the "buf" at line 35. it shows value. not nil.
I confirm my assumption is correct.
thus, breakpoint is placed on top of process function. not install function the window indicate.

Another issue is, I can place breakpoint on the comment line and open braket.
it truly indicate, debug information and Source code has misaligned.

my setup is below.
this issue also happen when I change JCKit to 2.2.2.

how can I place breakpoint at correct location ?

below is my project.
You do not have the required permissions to view the files attached to this post. Please login first.

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

Re: source code and debug information has misaligned.

Post by kuafu » Mon Jun 22, 2020 2:08 am

package appletDemo; // it is the wrong package name. it should be Sapplet.
You do not have the required permissions to view the files attached to this post. Please login first.
well

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

Re: source code and debug information has misaligned.

Post by kuafu » Mon Jun 22, 2020 2:34 am

ymitsui wrote:
Mon Jun 22, 2020 2:05 am
Source code and debug information has misaligned.

I set the breakpoint at line 24. after hit the breakpoint, cursor is located at line 15. that is comment line.
hitBreakpoint.png

did step over, cursor moves line 20. comment line again.
afterStepOver.png

one more step over, cursor moves next line, line 21.

from observation, I assume breakpoint is set to top of process() function. and maybe now cursor is line 37.
I put the mouse cursor on the "buf" at line 35. it shows value. not nil.
afterStepOver2times.png
I confirm my assumption is correct.
thus, breakpoint is placed on top of process function. not install function the window indicate.

Another issue is, I can place breakpoint on the comment line and open braket.
addBreakpointOnCommentline.png
it truly indicate, debug information and Source code has misaligned.

my setup is below.
compilerOption.pngjcKitOption.pnglibraryOption.png

this issue also happen when I change JCKit to 2.2.2.

how can I place breakpoint at correct location ?

below is my project.
sample.zip
Please clean the solution and then rebuild solution.
You do not have the required permissions to view the files attached to this post. Please login first.
well

ymitsui
Posts: 12
Joined: Wed Jun 17, 2020 9:34 pm
Points :174
Contact:

Re: source code and debug information has misaligned.

Post by ymitsui » Mon Jun 22, 2020 3:28 am

kuafu wrote:
Mon Jun 22, 2020 2:34 am
Please clean the solution and then rebuild solution.
Got it!
Thank you !

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 28 guests

JavaCard OS : Disclaimer