Task #256023 - Modify initial Python.Debugger (2008) message
authorLou Dasaro <mr_lou_d@netbeans.org>
Mon, 19 Oct 2015 11:13:01 -0500
changeset 1834001967dab5b77
parent 18339 15a78a5380b2
child 18341 a4a9ce1c0e95
Task #256023 - Modify initial Python.Debugger (2008) message
Modified initial Python.Debugger (2008) message as described in 256023. Available in builds after 20-Oct-2015
python.debugger/src/org/netbeans/modules/python/debugger/PythonDebugger.java
     1.1 --- a/python.debugger/src/org/netbeans/modules/python/debugger/PythonDebugger.java	Mon Oct 19 01:14:35 2015 -0500
     1.2 +++ b/python.debugger/src/org/netbeans/modules/python/debugger/PythonDebugger.java	Mon Oct 19 11:13:01 2015 -0500
     1.3 @@ -161,7 +161,7 @@
     1.4    private void doStart() {
     1.5  
     1.6      // Notify Starting
     1.7 -    _pyCookie.getDebugView().writeLog("PythonDebugger : overall Starting");
     1.8 +    _pyCookie.getDebugView().writeLog("PythonDebugger : Starting Experimental Debugger");
     1.9    }
    1.10  
    1.11    private void finish() {
    1.12 @@ -448,7 +448,8 @@
    1.13     */
    1.14    void taskStarted(PythonEvent event) {
    1.15  
    1.16 -    _pyCookie.getDebugView().writeLog("PythonDebugger.taskStarted : I am Starting a new Debugging Session ...");
    1.17 +    _pyCookie.getDebugView().writeLog("PythonDebugger.taskStarted : Starting new Debugging Session using 2008 debugger...");
    1.18 +    _pyCookie.getDebugView().writeLog("Please do not file bugs about this debugger, which is scheduled to be replaced.");
    1.19      _pyCookie.getDebugView().writeLog("This window is an interactive debugging context aware Python Shell ");
    1.20      _pyCookie.getDebugView().writeLog("where you can enter python console commands while debugging ");
    1.21      // _pyCookie.getDebugView().shellInvite();