repo.or.cz
/
SquirrelJME.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Offload int[] to byte[].
[SquirrelJME.git]
/
assets
/
developer-notes
/
stephanie-gawroriski
/
2021
/
07
/
05.mkd
blob
eff04176cd4eeb6cedb8ba99b1c5b8e7eb20bef9
1
# 2021/07/05
2
3
## 18:42
4
5
What I need is an unconditional breakpoint. Now that I have JDWP support, if the
6
thread of a VM crashes I can just cause a breakpoint to be forced. This would
7
be good as I can just stop whenever there is a hard failure I cannot stop from.