Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COOkay after reading a bit more about this stuff I decided to use the Java language assert. In the debug version I want to break into the debugger when an assert fails. And I want to have all the asserts disabled in the release version. To get this to work in Eclipse I did the following: Added exception breakpoints to AssertionError (caught and uncaught) in eclipse I turned assertions on by Windows/Preference/Java/Installed JREs/(edit the JRE)/set default arguments to -ea
      singulars
    2. COI must still be missing some step because when I try to test it by causing an assert to fail, nothing happens. The program just runs through the assert. So this makes me believe that the Java language asserts are not really enabled, otherwise either I would break on the exception as intended or if I did not set the breakpoint correctly the uncaught exception would halt the program. Any idea what additional step I am missing? I am running my IDE on Windows. thanks
      singulars
    3. COOh no I didn't mean to lead you on to using that. I was saying that's how normal java would approach this. I beleive the dex compiler will strip out the assert keyword. Usually the javac program always does unless a flag is enabled. I was just saying why there was going to be the use of the class since you had it in your code and a language keyword would be able to be stripped by the compuler. Sorry wasn't saying use it.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload