java - Hex values instead of line numbers in the stack trace -


i trying debug java program loaded embedded system reading output via serial port. when exception raised cannot see line numbers in stack trace. instead there hexadecimal values. suspect maybe stand memory addresses, not sure @ all. here portion of stack trace give idea:

exception in thread "main" com.is2t.web.rs.restexception      @ java.lang.system.@m:0x8009e7c:0x8009e86@      @ java.lang.throwable.@m:0x8009f88:0x8009f9e@      @ java.lang.throwable.@m:0x8008cec:0x8008cfe@ 

is there way view line numbers? if not, best technique debug without knowing them?

edit: embedded system stm32 microcontroller , don't believe have documentation explaining particular situation.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -