Closed GoogleCodeExporter closed 9 years ago
Also in the Netbeans you could add a breakpoint in the commented out line using
New Breakpoint dialog. Just place a cursor in proper line, hit ctrl+shift+F8
and set breakpoint type to Line.
Original comment by Brut.alll
on 12 Jun 2011 at 1:41
Eclipse is too smart for NOPs. But something like "i=0;//" should work.
Original comment by Brut.alll
on 12 Jun 2011 at 2:12
You could also make it configurable by commandline parameter or whatever, with
a sane default that works for most IDEs. Just in case someone is using an IDE
that the default doesn't work with.
Original comment by vampi...@gmail.com
on 12 Jun 2011 at 3:28
[deleted comment]
Brut fixed for 2.0 w/ adjusting prefix support.
-d,--debug Decode in debug mode. Check project page for more info.
--debug-line-prefix <prefix> Smali line prefix when decoding in debug mode. Default is "a=0;// ".
Original comment by connor.tumbleson
on 4 May 2013 at 8:24
Original issue reported on code.google.com by
Brut.alll
on 12 Jun 2011 at 1:33