Translation of "debuggee" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
A debuggee is an application that a user wants to debug.
Each task has its own agent, but all together make up a single debuggee.
An agent is a program that runs on the same system where a debuggee application is running.
Deletes the breakpoint from the debuggee.
Sets the breakpoint to the debuggee.
You can set and clear break-points every time, even when the debuggee is paged-out.
For re-uploading the debuggee application from within the same debugger instance, first disconnect the debugger from the remote debug server idbserver and then kill and restart idbserver.
Um die zu debuggende Anwendung von derselben Debugger-Instanz erneut hochzuladen, muss der Debugger zuerst vom Remote-Debugserver idbserver getrennt und der idbserver anschließend abgeschaltet (kill) und neu gestartet werden.
The first one is the logging-based approach, which records the state of the program after every instruction and allows inspection after the program has finished running. The second one is the replay-based approach, where the debugger runs the debuggee interactively.
Nachdem das Programm fertig ausgeführt worden ist kann der Anwender das Programm anhand des Logdatei erneut abspielen und den State zu jedem beliebigen Zeitpunkt im Programm abspielen. Die zweite Variante ist die Snapshot&Replay Strategie. Hierbei erlaubt der Debugger interaktive Steuerung des Programmes.
Due to changes in the default stack alignment for the IA-32 architecture, the usage of inferior calls (i.e. evaluation of expressions that cause execution of debuggee code) might fail.
Aufgrund von Änderungen der Standard-Stapelausrichtung für die IA-32 kann es vorkommen, dass der Einsatz untergeordneter Aufrufe (z. B. die Evaluierung von Ausdrücken, die die Ausführung des zu debuggenden Codes verursachen) fehlschlägt.
When an error is occurred in the debuggee, then DeskDebug shows the error message and all information mentioned above.
Auch nach einem Fehler im untersuchten Programm zeigt DeskDebug zusätzlich zur Fehlermeldung alle oben genannten Informationen an.
Load Process Local to load a local debuggee process.
As above, all tasks that comprise an application are considered to be the same debuggee and share the same debuggee ID.
When the application starts, the agent registers it as a debuggee using the register or RegisterDebugger method.
Anwendungen werden vom Agent nach ihrem Start mit der Methode register oder RegisterDebugger als zu debuggende Komponenten angemeldet.