The names of several command-line debugger commands conflict with the Tcl commands. The table below explains how the command-line debugger resolves such conflicts (if the mode is set to auto).
| Command | Resolution |
|---|---|
| load | If you pass the command-line debugger a load command that includes a filename containing the suffix .eld or .mcp, the debugger loads the project. Otherwise, the debugger invokes the Tcl load command. |
| bp | If you pass the command-line debugger a bp command from within a script and the command has no arguments, the debugger invokes the Tcl break command. Otherwise, the debugger interprets a break command as a command to control breakpoints. |
| close | If you pass the command-line debugger a close command that has no arguments, the debugger terminates the debug session. Otherwise, the debugger invokes the Tcl close command. |