mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-42 change pdb logging enablement to jvm property, fix button tooltip
This commit is contained in:
parent
0fe06ffb2f
commit
bb924294a1
7 changed files with 27 additions and 42 deletions
|
@ -143,9 +143,8 @@ public class PdbPlugin extends Plugin {
|
|||
// note: We intentionally use a 0-delay here. Our underlying task may show modal
|
||||
// dialog prompts. We want the task progress dialog to be showing before any
|
||||
// prompts appear.
|
||||
LoadPdbTask loadPdbTask =
|
||||
new LoadPdbTask(program, pdbFile, loadPdbResults.useMsDiaParser,
|
||||
loadPdbResults.control, loadPdbResults.debugLogging, dataTypeManagerService);
|
||||
LoadPdbTask loadPdbTask = new LoadPdbTask(program, pdbFile,
|
||||
loadPdbResults.useMsDiaParser, loadPdbResults.control, dataTypeManagerService);
|
||||
TaskBuilder.withTask(loadPdbTask)
|
||||
.setStatusTextAlignment(SwingConstants.LEADING)
|
||||
.setLaunchDelay(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue