commands for jinja2 exception breakpoint

(cherry picked from commit 8131998)
This commit is contained in:
Dmitry Trofimov
2014-09-05 00:32:12 +02:00
parent d69113f3e2
commit cbf6781d00
@@ -33,6 +33,8 @@ public abstract class AbstractCommand<T> {
public static final int SMART_STEP_INTO = 128;
public static final int EXIT = 129;
public static final int CALL_SIGNATURE_TRACE = 130;
public static final int ADD_JINJA2_EXCEPTION_BREAKPOINT = 131;
public static final int REMOVE_JINJA2_EXCEPTION_BREAKPOINT = 132;
public static final int CMD_RUN_CUSTOM_OPERATION = 135;
public static final int SHOW_CONSOLE = 142;
public static final int ERROR = 901;